Schema Documentation
ShippingLine
Description
a shipping line object
Fields
Field Name | Description |
---|---|
databaseId - Int | The ID of the order item in the database |
id - ID! | The ID of the order item in the database |
metaData - [MetaData] | Object meta data |
methodTitle - String | Shipping Line's shipping method name |
orderId - Int | The Id of the order the order item belongs to. |
shippingMethod - ShippingMethod | Shipping Line's shipping method |
taxClass - TaxClassEnum | Line tax class |
taxes - [OrderItemTax] | Line taxes |
total - String | Line total (after discounts) |
totalTax - String | Line total tax (after discounts) |
Example
{"databaseId":987,"id":4,"metaData":[MetaData],"methodTitle":"abc123","orderId":123,"shippingMethod":ShippingMethod,"taxClass":"INHERIT_CART","taxes":[OrderItemTax],"total":"xyz789","totalTax":"abc123"}