input ThirdPartyShipperInput
Fields
| Field | Type | Description |
|---|---|---|
account_number | String! | Third-party billing account number. |
zip | String! | Postal code for the third-party billing account. |
country | String! | ISO country code for the third-party billing account; required when third_party_shipper is provided. |
Referenced By
- CreateOrderInput Type
- CreateWholesaleOrderInput Type
Example
{
"account_number": "2",
"zip": "10001",
"country": "US"
}