shipment
Shipment information provided by the shipping departent once starting when any part of the order is packaged.
| Name | Description | Type | Additional information |
|---|---|---|---|
| creation_date | Date package was created | date | None. |
| shipment_date | Date package is shipped | date | None. |
| eta_date | Date package is expected to arrive | date | None. |
| delivery_date | Date package is delivered | date | None. |
| weight | Full weight in lbs | decimal | None. |
| width | Package width in inches | decimal | None. |
| height | Package height in inches | decimal | None. |
| depth | Package depth in inches. | decimal | None. |
| tracking_number | The actual tracking number | text | None. |
| tracking_url | Url that can provide the latest tracking information | text | None. |
| carrier | Shipping service | text | None. |
| service | Type of delivery service (UPS Ground, Fedex 2 Day, USPS Priority, etc.) | text | None. |
| history | The tracking log provided by the carrier. | array (shipment_history) | None. |