ShippingItems
Provides per-order shipping line details, including title, price, discounts, and requested delivery info.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | A unique numeric identifier for the shipping line item. | |
| OrderId [KEY] | Long |
Orders.Id | The unique identifier of the order that the shipping line item is associated with. |
| OrderUpdatedAt | Datetime | The date and time (ISO 8601 format) when the order was last updated. | |
| Price | Decimal | The total price charged for this shipping method before any discounts or taxes. | |
| Code | String | An internal or external reference code identifying the specific shipping method used. | |
| Title | String | The display name of the shipping method as presented to the customer. | |
| Source | String | Indicates the system or integration source that provided this shipping method, such as 'shopify' or a third-party service. | |
| CarrierIdentifier | String | A unique reference identifying the carrier service that provided the rate for this shipment. | |
| RequestedFulfillmentServiceId | String | The ID of the fulfillment service requested to fulfill this shipping method. |