Name | Type | Description | Notes |
---|---|---|---|
id | string | A unique identifier | [optional] |
object_type | string | Specifies the object type | [optional] [default to 'shipment'] |
tracking_url | string | The shipment tracking url | [optional] |
shipper | \Karrio\Model\Address | ||
recipient | \Karrio\Model\Address | ||
parcels | \Karrio\Model\Parcel[] | The shipment's parcels | |
services | string[] | The carriers services requested for the shipment. Please consult the reference for specific carriers services.<br/> Note that this is a list because on a Multi-carrier rate request you could specify a service per carrier. | [optional] |
options | object | <details> <summary>The options available for the shipment.</summary> ``` { "currency": "USD", "insurance": 100.00, "cash_on_delivery": 30.00, "shipment_date": "2020-01-01", "dangerous_good": true, "declared_value": 150.00, "email_notification": true, "email_notification_to": "[email protected]", "signature_confirmation": true, } ``` Please check the docs for carrier specific options. </details> | [optional] |
payment | \Karrio\Model\Payment | [optional] | |
customs | \Karrio\Model\Customs | [optional] | |
rates | \Karrio\Model\Rate[] | The list for shipment rates fetched previously | [optional] |
reference | string | The shipment reference | [optional] |
label_type | string | The shipment label file type. | [optional] |
carrier_ids | string[] | The list of configured carriers you wish to get rates from. Note that the request will be sent to all carriers in nothing is specified | [optional] |
tracker_id | string | The attached tracker id | [optional] |
created_at | string | The shipment creation datetime Date Format: `YYYY-MM-DD HH:MM:SS.mmmmmmz` | |
metadata | object | User metadata for the shipment | [optional] |
messages | \Karrio\Model\Message[] | The list of note or warning messages | [optional] |
status | string | The current Shipment status | [optional] [default to 'draft'] |
carrier_name | string | The shipment carrier | [optional] |
carrier_id | string | The shipment carrier configured identifier | [optional] |
tracking_number | string | The shipment tracking number | [optional] |
shipment_identifier | string | The shipment carrier system identifier | [optional] |
selected_rate | \Karrio\Model\Rate | [optional] | |
docs | \Karrio\Model\Documents | [optional] | |
meta | object | provider specific metadata | [optional] |
service | string | The selected service | [optional] |
selected_rate_id | string | The shipment selected rate. | [optional] |
test_mode | bool | Specified whether it was created with a carrier in test mode |
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.