Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.78 KB

ShipmentCreateRequest.md

File metadata and controls

18 lines (15 loc) · 1.78 KB

# ShipmentCreateRequest

Properties

Name Type Description Notes
extra \OpenAPI\Client\Model\ShipmentExtra [optional]
metadata string A string of up to 100 characters that can be filled with any additional information you want to attach to the object. [optional]
shipment_date string Date the shipment will be tendered to the carrier. Must be in the format `2014-01-18T00:35:03.463Z`. Defaults to current date and time if no value is provided. Please note that some carriers require this value to be in the future, on a working day, or similar. [optional]
address_from \OpenAPI\Client\Model\ShipmentCreateRequestAllOfAddressFrom
address_return \OpenAPI\Client\Model\ShipmentCreateRequestAllOfAddressReturn [optional]
address_to \OpenAPI\Client\Model\ShipmentCreateRequestAllOfAddressTo
customs_declaration \OpenAPI\Client\Model\ShipmentCreateRequestAllOfCustomsDeclaration [optional]
async bool [optional]
carrier_accounts string[] List of <a href=&quot;#tag/Carrier-Accounts/&quot;>Carrier Accounts</a> `object_id`s used to filter the returned rates. If set, only rates from these carriers will be returned. [optional]
parcels \OpenAPI\Client\Model\ShipmentCreateRequestAllOfParcels[]

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