Schema Documentation

ShippingLine

Description

a shipping line object

Fields
Field NameDescription
databaseId - Int 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":123,"metaData":[MetaData],"methodTitle":"xyz789","orderId":987,"shippingMethod":ShippingMethod,"taxClass":"INHERIT_CART","taxes":[OrderItemTax],"total":"xyz789","totalTax":"xyz789"}