--- title: Order - Storefront API description: >- 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. api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/Order' md: 'https://shopify.dev/docs/api/storefront/latest/objects/Order.md' --- # Order object Requires `unauthenticated_read_customers` 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. ## Fields * billingAddress * canceledAt * cancelReason * currencyCode * currentSubtotalPrice * currentTotalDuties * currentTotalPrice * currentTotalShippingPrice * currentTotalTax * customAttributes * customerLocale * customerUrl * discountApplications * edited * email * financialStatus * fulfillmentStatus * id * lineItems * metafield * metafields * name * orderNumber * originalTotalDuties * originalTotalPrice * phone * processedAt * shippingAddress * shippingDiscountAllocations * statusUrl * subtotalPrice * successfulFulfillments * totalPrice * totalRefunded * totalShippingPrice * totalTax ### Deprecated fields * subtotalPriceV2: deprecated * totalPriceV2: deprecated * totalRefundedV2: deprecated * totalShippingPriceV2: deprecated * totalTaxV2: deprecated *** ## Map ### Fields and connections with this object * [Customer.orders](https://shopify.dev/docs/api/storefront/latest/objects/Customer#field-Customer.fields.orders) * [OrderConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/OrderConnection#returns-nodes) * [OrderEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/OrderEdge#field-OrderEdge.fields.node) ### Possible type in * [Metafield​Parent​Resource](https://shopify.dev/docs/api/storefront/latest/unions/MetafieldParentResource) *** ## Interfaces * HasMetafields * Node *** ## Order Implements ### Implements * [Has​Metafields](https://shopify.dev/docs/api/storefront/latest/interfaces/HasMetafields) * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)