Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 965 Bytes

ShipToAddress.md

File metadata and controls

executable file
·
14 lines (11 loc) · 965 Bytes

# ShipToAddress

Properties

Name Type Description Notes
address_line string[] Address Line of the consignee.
city string Consignee's city. 30 characters are accepted, but only 15 characters will be printed on the label.
state_province_code string Consignee's state or province code. Required for US or Canada. [optional]
postal_code string Consignee's postal code. [optional]
country_code string Consignee's country or territory code.
residential_address_indicator string This field is a flag to indicate if the receiver is a residential location. True if ResidentialAddressIndicator tag exists. This is an empty tag, any value inside is ignored. [optional]

[Back to Model list] [Back to API list] [Back to README]