Request
Property Name | Type | Required | Description |
---|---|---|---|
first-name | string | Required | First name for shipping. |
last-name | string | Required | Last name for shipping. |
address1 | string | Required | Address line 1 for shipping. Between 2-42 characters. |
address2 | string | Optional | Address line 2 for shipping. |
city | string | Required | City for shipping. |
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 in the address property. |
zip | string | Required | ZIP code for shipping. |
country | string | Required | Country code for shipping. See Country codes. |
Response
Property Name | Type | Description |
---|---|---|
first-name | string | First name for shipping. |
last-name | string | Last name for shipping. |
address1 | string | Address line 1 for shipping. Between 2-42 characters. |
address2 | string | Address line 2 for shipping. |
city | string | City for shipping. |
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. |