Shipping Table
The Shipping table provides comprehensive details on shipments including timestamps, statuses, and destination details, as well as cost and shipment size. Querying this table can help businesses understand shipping patterns, evaluate carrier performance, and improve overall logistics strategies.
Note
event_date
is a required field for queries on this table.Data is only available via shipping integration. If you have set shipping charges as shipping cost, or manually set shipping costs in Triple Whale Admin, shipping data will not appear.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
---|---|---|---|
Event Hour |
| string | The hour of the day the shipment was processed, according to a 24-hour clock. Based on the time zone of the shop at the time the shipment was processed. Example values: |
Event Date |
| date | The date the shipment label was created. Based on the timezone of the shipping platform. |
Event Day |
| date | The day on which the event occurred. Derived from |
Event Week |
| date | The Sunday of the week during which the event occurred. Derived from |
Event Month |
| date | The month during which the event occurred. Derived from |
Event Quarter |
| date | The first month of the quarter during which the event occurred. Derived from |
Event Year |
| date | The year during which the event occurred. Derived from |
Shipment Created Date |
| timestamp | The time when the shipment record was created in the shipping platform. Formatted according to the ISO 8601 international standard . Example value: |
Estimated Fulfillment Date Status |
| string | The status of the shipment's estimated fulfillment date. Example value: |
Is Return Shipment |
| boolean | True if the shipment is a return to the sender. Possible values: |
Is Voided Shipment |
| boolean | True if the shipment is voided. Possible values: |
Shipment Date |
| timestamp | The time when the shipment was actually shipped. Formatted according to the ISO 8601 international standard . Example value: |
Shipment ID |
| string | The unique ID for the shipment. Example value: |
Shipment Status |
| string | The current status of the shipment. Example values: |
Shipping Platform |
| string | The platform used to manage and process the shipment. Example values: |
Destination Ciy |
| string | The destination city of the shipment. Example values: |
Destination Country |
| string | The destination country of the shipment. Example values: |
Destination State |
| string | The destination state of the shipment. Example values: |
Shipment Updated Date |
| timestamp | The time when the shipment record was last updated in the shipping platform. Formatted according to the ISO 8601 international standard . Example value: |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
Title | ID | Type | Description |
---|---|---|---|
Number of Items | number_of_items | numeric | The number of items contained in the shipment. |
Shipment Cost To Shop | shop_shipment_cost | numeric | The cost of the shipment to the seller. By default shown in the shop's currency. |
Updated about 1 month ago