Name | Type | Description | Notes |
---|---|---|---|
errors | Array<String> | [optional] | |
address_validation | AddressValidationResult | [optional] | |
shipment_id | String | A string that uniquely identifies the shipment id | [optional] |
carrier_id | String | A string that uniquely identifies the carrier id | [optional] |
service_code | String | [optional] | |
external_shipment_id | String | A string that uniquely identifies the external shipment id | [optional] |
ship_date | DateTime | [optional] | |
created_at | DateTime | [optional] | |
modified_at | DateTime | [optional] | |
shipment_status | ShipmentStatus | [optional] | |
ship_to | Address | [optional] | |
ship_from | Address | [optional] | |
warehouse_id | String | A string that uniquely identifies the warehouse id | [optional] |
return_to | Address | [optional] | |
confirmation | Confirmation | [optional] | |
customs | InternationalOptions | [optional] | |
advanced_options | AdvancedOptions | [optional] | |
insurance_provider | InsuranceProvider | [optional] | |
tags | Array<TagResponseBody> | [optional] | |
packages | Array<ShipmentPackage> | [optional] | |
total_weight | Weight | [optional] |