Schema Documentation
ShippingLine
Description
a shipping line object
Fields
Field Name | Description |
---|---|
databaseId -
Int | 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":123,"metaData":[MetaData],"methodTitle":"xyz789","orderId":987,"shippingMethod":ShippingMethod,"taxClass":"INHERIT_CART","taxes":[OrderItemTax],"total":"xyz789","totalTax":"xyz789"}