Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.45 KB

File metadata and controls

21 lines (18 loc) · 2.45 KB

CreateShipmentDestination

Properties

Name Type Description Notes
address_id str Destination Address ID<br />If supplied all destination address fields will be ignored and the stored address will be used.<br />If a Safeplace is present in the stored address, the Safeplace enhancement will be used if the service allows it, otherwise it will be ignored. ShipmentInformation.ServiceOptions.Safeplace overrides the address Safeplace and forces Safeplace to be required enhancement of the service. [optional]
company_name str Company Name [optional]
contact_name str Contact Name<br />Required if Address Id is not provided. [optional]
address_line1 str Address Line 1<br />Required if Address Id is not provided. [optional]
address_line2 str Address Line 2<br />Please ensure the address data is presented in line with the destination country formats. [optional]
address_line3 str Address Line 3<br />Please ensure the address data is presented in line with the destination country formats. [optional]
town str Town<br />Required if Address Id is not provided. [optional]
county str County / State / Province<br />Whether this is required or not is dependent on the country settings. [optional]
country_code str Country Code<br />ISO Alpha-2 Country Code per ISO 3166 Standard. Required if Address Id is not provided [optional]
postcode str Postcode / Zip<br />Mandatory for all domestic shipments and some international shipments if the Address Id is not provided. [optional]
phone_number str Contact Phone Number<br />Required if SMS notifications are requested (Service Enhancement Code 13 or 16) and Address Id is not provided.<br />Must be a valid phone number. [optional]
email_address str Contact Email Address<br />Required if email notifications are requested (Service Enhancement Code 14 or 16) and Address Id is not provided.<br />Must be a valid email address. [optional]
vat_number str VAT Number [optional]

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