Document representing a product list shipping address.
Property | Type | Constraints | Description |
---|---|---|---|
address_id
|
String | mandatory=true, minLength=1, nullable=false | The id of this address. |
city
|
String | The city of this address. | |
first_name
|
String | The first name of this address. | |
last_name
|
String | The last name of this address. |