Shipping Table

The Shipping table tracks shipment status, cost, and destination from your shipping platform (e.g., ShipStation, ShipBob). One row per shipment.

📋

Table Guide

What You Can Answer With This Table

  • What percentage of orders are fulfilled on time, and what are average shipping costs? — use percent_fulfilled_on_time, avg_cost_per_shipment
  • Where are shipments being delivered? — group by to_country, to_state, to_city

Before 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.

When to Use a Different Table

  • Use Orders table when you need order-level shipping amounts without carrier integration detail. The Shipping table is for shipment status, fulfillment timing, destination, and per-shipment carrier costs.

View the full Triple Whale Data Ontology →


Dimensions

Dimensions are immutable properties that can be used for grouping data.

TitleIDTypeDescription
Event Hourevent_hourstring

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: 07, 16, 21

Event Dateevent_datedateThe date the shipment label was created. Based on the timezone of the shipping platform.
Event Dayevent_date.daydateThe day on which the event occurred. Derived from event_date.
Event Weekevent_date.weekdateThe Sunday of the week during which the event occurred. Derived from event_date.
Event Monthevent_date.monthdateThe month during which the event occurred. Derived from event_date.
Event Quarterevent_date.quarterdateThe first month of the quarter during which the event occurred. Derived from event_date.
Event Yearevent_date.yeardateThe year during which the event occurred. Derived from event_date.
Shipment Created Datecreated_attimestamp

The time when the shipment record was created in the shipping platform. Formatted according to the ISO 8601 international standard .

Example value: 2022-06-15T19:26:30.000Z

Estimated Fulfillment Date Statusestimated_fulfillment_date_statusstring

The status of the shipment's estimated fulfillment date.

Example value: FulfilledOnTime

Is Return Shipmentis_returnboolean

True if the shipment is a return to the sender.

Possible values: true, false

Is Voided Shipmentis_voidedboolean

True if the shipment is voided.

Possible values: true, false

Shipment Dateshipment_datetimestamp

The time when the shipment was actually shipped. Formatted according to the ISO 8601 international standard .

Example value: 2022-06-15T19:26:30.000Z

Shipment Statusshipment_statusstring

The current status of the shipment.

Example values: LabeledCreated, Completed

Shipping Platformshipping_platformstring

The platform used to manage and process the shipment.

Example values: shipbob, shipstation

Shop IDshop_idstring

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: example-US.myshopify.com, example-EU.myshopify.com

Shop Nameshop_namestring

The name of the shop. Can be used to group or filter data by shop in multi-store reports.

Example values: example-US, example-EU

Destination Ciyto_citystring

The destination city of the shipment.

Example values: MANCHESTER, SAN JOSE, OROVILLE

Destination Countryto_countrystring

The destination country code of the shipment. See list of countries.

Example values: US, CA, GB

Destination Country Nameto_country_namestring

The full name of the destination country of the shipment. See list of countries.

Example values: United States, Canada, United Kingdom

Destination Stateto_statestring

The destination state of the shipment.

Example values: WA, FL, ON

Shipment Updated Dateupdated_attimestamp

The time when the shipment record was last updated in the shipping platform. Formatted according to the ISO 8601 international standard .

Example value: 2022-06-15T19:26:30.000Z

Measures

Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.

TitleIDTypeDescription
Number of Itemsnumber_of_itemsnumericThe number of items contained in the shipment.
Shipment Cost To Shopshop_shipment_costnumericThe cost of the shipment to the seller. By default shown in the shop's currency.