Addresses
Every address in Sylius is represented by the Address model. It has a few important fields:
firstName
lastName
phoneNumber
company
countryCode
provinceCode
street
city
postcode
The Address has a relation to a Customer - which is useful during the Checkout addressing step.
How to create an Address programmatically?
To create a new address, use a factory. Then complete your address with the required data.
Last updated