Contains shipping contact information
Request
Property Name | Type | Required | Description |
---|---|---|---|
first-name | string | Required | First name for shipping. Maximum 42 characters. |
last-name | string | Required | Last name for shipping. Maximum 42 characters. |
address1 | string | Required | Address line 1 for shipping. Maximum 100 characters. |
address2 | string | Optional | Address line 2 for shipping. Maximum 100 characters. |
city | string | Required | City for shipping. Between 2-42 characters. |
state | string | Optional | State code for shipping. See State and province codes Supports US and Canada states only. For states in other countries, it is necessary to include the state within the address1 or address2 property. |
zip | string | Required | ZIP code for shipping. Maximum 20 characters. |
country | string | Required | Country code for shipping. See Country codes |
Response
Property Name | Type | Description |
---|---|---|
first-name | string | First name for shipping. Maximum 42 characters. |
last-name | string | Last name for shipping. Maximum 42 characters. |
address1 | string | Address line 1 for shipping. Maximum 100 characters. |
address2 | string | Address line 2 for shipping. Maximum 100 characters. |
city | string | City for shipping. Between 2-42 characters. |
state | string | State code for shipping. See State and province codes |
zip | string | ZIP code for shipping. |
country | string | Country code for shipping. See Country codes |