Contains details about the origination address where the products will be shipped from, or where the services will originate
Request
Property Name | Type | Required | Description |
---|---|---|---|
address | string | Optional | The origination address. |
city | string | Optional | The origination address city. |
state | string | Optional | State or province code for the origination address. |
zip | string | Required | The origination address zip code. |
country | string | Required | Country code for the origination address. |
Response
Property Name | Type | Description |
---|---|---|
address | string | The origination address. |
city | string | The origination address city. |
state | string | State or province code for the origination address. |
zip | string | The origination address zip code. |
country | string | Country code for the origination address. |