Parcels allows you to bind (multiple) parcels to an Order resource.
A Parcel is represented by the following object:
Attribute | Type | Required | Description |
---|---|---|---|
id | string | Required | Identifier for the parcel |
order_id | string | Required | The order id to which the parcel is tied to. |
tracking_code | string | Optional | Code required to track the parcel using a carrier |
tracking_link | string | Optional | Direct URL to the tracking page for this parcel, including tracking_code |
status | string | Optional | Last status of the parcel. |