Orders Object ​
The unique identifier for an order
The order number for an order
The currency associated for amount of an order
The exchange rate for an order's transaction when the currency is different from the store's default currency.
The discounts for an order
The code used to apply the discount
The fixed amount of the discount
The percentage of discount
The sub-total amount for an order
The shipping cost for an order
The total discount for an order
The total tax for an order
The total amount for an order
The status for an order. If no clear mapping exists, then raw value is returned.
active
completed
cancelled
archived
pending
The payment status for an order. If no clear mapping exists, then raw value is returned.
pending
authorized
paid
partial
refunded
voided
cancelled
unknown
The fullfillment status for an order. If no clear mapping exists, then raw value is returned.
pending
partial
delivered
cancelled
The payment method used for this order
The customer this order is linked to
The unique identifier for customer
The first name of customer
The last name of customer
The full name of customer
The company name of customer
The emails of customer
The email of the customer
The type of email
The status of email
The phone numbers of customer
The number of phone
The type of phone
The billing address for an order
The first line of billing address
The second line of billing address
The company name of customer
The city of the billing address
The state/province of the billng address
The postal code of the billing address
The country of the billing address
The shipping address for an order
The first line of shipping address
The second line of shipping address
The company name of customer
The city of the shipping address
The state/province of the shipping address
The postal code of the shipping address
The country of the shipping address
The tracking details for an order
The name of carrier handling the shipment
The tracking number of shipment
The url of tracking page
The date and time of last parcel update
The line items for an order
The name of the line item
The quantity of the line item
The total amount of the line item
The id of the line item
The product id of the line item
The variant id of the line item
The sku of the line item
The description of the line item
The options for line item
The unique identifier for options
The name for options
The value for options
The unit price of the line item
The tax rate of the line item
The tax amount of the line item
The discounts for line item
The used for discounts
The fixed amount for discounts
The percentage of discounts
The note for an order
The date and time when order was created
The date and time when order was updated
Raw data returned from the remote API call.