Shipping Table
shipping_table
The Shipping table tracks shipment status, cost, and destination from your shipping platform (e.g., ShipStation, ShipBob). One row per shipment.
Table GuideWhat You Can Answer With This Table
- What is the status of shipments over time? — group by
statuswithevent_date- Where are shipments going? — group by
shipping_country,shipping_state,shipping_city- What are shipping costs by platform? — group by
shipping_platformBefore You Query
- Required field:
event_date- Data is only available via a connected shipping integration (e.g., ShipStation, ShipBob). Manually set shipping costs in Triple Whale Admin will not appear here.
Key Relationships
Table Join Key What the Join Enables Orders Shared dimensions ( event_date,shop_id)Compare shipment data with order-level revenue and fulfillment When to Use a Different Table
Need order-level shipping price (what the customer paid for shipping) → Orders table. The Shipping table tracks carrier-side shipment data; Orders has the customer-facing shipping price.
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 timezone of the shipping platform. 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 Status |
| string | The current status of the shipment. Example values: |
Shipping Platform |
| string | The platform used to manage and process the shipment. Example values: |
Shop ID |
| string | The unique ID of the shop (often corresponds to the shop domain). Can be used to group or filter data by shop in multi-store reports. Example values: |
Shop Name |
| string | The name of the shop. Can be used to group or filter data by shop in multi-store reports. Example values: |
Destination Ciy |
| string | The destination city of the shipment. Example values: |
Destination Country |
| string | The destination country code of the shipment. See list of countries. Example values: |
Destination Country Name |
| string | The full name of the destination country of the shipment. See list of countries. 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 9 days ago