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": "abc123",
  "zip": "abc123",
  "country": "abc123"
}