Order
Requires access scope.
An order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information.
Anchor to FieldsFields
- Anchor to billingAddressbilling•Mailing
Address Address The address associated with the payment method.
- Anchor to canceledAtcanceled•Date
At Time The date and time when the order was canceled. Returns null if the order wasn't canceled.
- Anchor to cancelReasoncancel•Order
Reason Cancel Reason The reason for the order's cancellation. Returns
null
if the order wasn't canceled.- Anchor to currencyCodecurrency•Currency
Code Code! non-null The code of the currency used for the payment.
- Anchor to currentSubtotalPricecurrent•Money
Subtotal Price V2! non-null The subtotal of line items and their discounts, excluding line items that have been removed. Does not contain order-level discounts, duties, shipping costs, or shipping discounts. Taxes aren't included unless the order is a taxes-included order.
- Anchor to currentTotalDutiescurrent•Money
Total Duties V2 The total cost of duties for the order, including refunds.
- Anchor to currentTotalPricecurrent•Money
Total Price V2! non-null The total amount of the order, including duties, taxes and discounts, minus amounts for line items that have been removed.
- Anchor to currentTotalShippingPricecurrent•Money
Total Shipping Price V2! non-null The total cost of shipping, excluding shipping lines that have been refunded or removed. Taxes aren't included unless the order is a taxes-included order.
- Anchor to currentTotalTaxcurrent•Money
Total Tax V2! non-null The total of all taxes applied to the order, excluding taxes for returned line items.
- Anchor to customAttributescustom•[Attribute!]!
Attributes non-null A list of the custom attributes added to the order. For example, whether an order is a customer's first.
- Anchor to customerLocalecustomer•String
Locale The locale code in which this specific order happened.
- Anchor to customerUrlcustomer•URL
Url The unique URL that the customer can use to access the order.
- Anchor to discountApplicationsdiscount•Discount
Applications Application Connection! non-null Discounts that have been applied on the order.
- Anchor to editededited•Boolean!non-null
Whether the order has had any edits applied or not.
- Anchor to emailemail•String
The customer's email address.
- Anchor to financialStatusfinancial•Order
Status Financial Status The financial status of the order.
- Anchor to fulfillmentStatusfulfillment•Order
Status Fulfillment Status! non-null The fulfillment status for the order.
- •ID!non-null
A globally-unique ID.
- Anchor to lineItemsline•Order
Items Line Item Connection! non-null List of the order’s line items.
- Anchor to metafieldmetafield•Metafield
A custom field, including its
namespace
andkey
, that's associated with a Shopify resource for the purposes of adding and storing additional information.- Anchor to metafieldsmetafields•[Metafield]!non-null
A list of custom fields that a merchant associates with a Shopify resource.
- Anchor to namename•String!non-null
Unique identifier for the order that appears on the order. For example, #1000 or _Store1001.
- Anchor to orderNumberorder•Int!
Number non-null A unique numeric identifier for the order for use by shop owner and customer.
- Anchor to originalTotalDutiesoriginal
Total Duties