input ThirdPartyShipperInput

Fields

FieldTypeDescription
account_numberString!

Third-party billing account number.

zipString!

Postal code for the third-party billing account.

countryString!

ISO country code for the third-party billing account; required when third_party_shipper is provided.

Referenced By

Example

{
  "account_number": "2",
  "zip": "10001",
  "country": "US"
}