Schema Documentation

ShippingLine

Description

a shipping line object

Fields
Field NameDescription
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
Arguments
key - String

Retrieve meta by key

keysIn - [String]

Retrieve multiple metas by key

multiple - Boolean

Retrieve meta with matching keys

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"}