Attributes
Attribute | Type | Description |
---|---|---|
name | See Address Name Object | Shipping person info |
address | See Address Detail Object | Address info |
Address Name Object
Attribute | Type | Description |
---|---|---|
firstname | string | firstname |
lastname | string | lastname |
Address Detail Object
Attribute | Type | Description |
---|---|---|
shippingMethodReference | reference | reference code of the shipping method |
line1 | string | first line of the address |
line2 | string | second line of the address |
locality | string | locallity |
region | string | region |
country | string | country |
countryCode | string | country code ISO_3166 |
postalCode | string | postalCode |
notes | string | notes of the order |