object OrderThirdPartyShipper
Fields
| Field | Type | Description |
|---|---|---|
account_number | String | Account number for this order third party shipper. |
zip | String | Postal or ZIP code. |
country | String | ISO country code for country. |
Referenced By
- MergeableOrder Type
- Order Type
Example
{
"account_number": "2",
"zip": "10001",
"country": "US"
}