--- title: Order - Customer API description: >- A customer’s completed request to purchase one or more products from a shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). api_version: 2026-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/objects/Order' md: 'https://shopify.dev/docs/api/customer/latest/objects/Order.md' --- # Order object A customer’s completed request to purchase one or more products from a shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ## Fields * agreements * billingAddress * cancelledAt * cancelReason * confirmationNumber * createdAt * currencyCode * customer * customerLocale * discountApplications * draftOrder * edited * email * financialStatus * fulfillments * fulfillmentStatus * id * lineItems * locationName * metafield * metafields * name * note * number * paymentInformation * phone * poNumber * processedAt * purchasingEntity * refunds * requiresShipping * returnInformation * returns * shippingAddress * shippingDiscountAllocations * shippingLine * statusPageUrl * subscriptionContracts * subtotal * totalDuties * totalPrice * totalRefunded * totalShipping * totalTax * totalTip * transactions * updatedAt *** ## Map ### Fields and connections with this object * [Company.orders](https://shopify.dev/docs/api/customer/latest/objects/Company#field-Company.fields.orders) * [CompanyContact.orders](https://shopify.dev/docs/api/customer/latest/objects/CompanyContact#field-CompanyContact.fields.orders) * [CompanyLocation.orders](https://shopify.dev/docs/api/customer/latest/objects/CompanyLocation#field-CompanyLocation.fields.orders) * [Customer.orders](https://shopify.dev/docs/api/customer/latest/objects/Customer#field-Customer.fields.orders) * [DraftOrder.order](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-DraftOrder.fields.order) * [OrderAgreement.order](https://shopify.dev/docs/api/customer/latest/objects/OrderAgreement#field-OrderAgreement.fields.order) * [OrderConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/OrderConnection#returns-nodes) * [OrderEdge.node](https://shopify.dev/docs/api/customer/latest/objects/OrderEdge#field-OrderEdge.fields.node) * [OrderTransaction.order](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-OrderTransaction.fields.order) * [SubscriptionContract.orders](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContract#field-SubscriptionContract.fields.orders) * [SubscriptionContract.originOrder](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContract#field-SubscriptionContract.fields.originOrder) * [SubscriptionContractBase.orders](https://shopify.dev/docs/api/customer/latest/interfaces/SubscriptionContractBase#fields-orders) *** ## Queries * order *** ## Order Queries ### Queried by * [order](https://shopify.dev/docs/api/customer/latest/queries/order) *** ## Interfaces * HasMetafields * Node *** ## Order Implements ### Implements * [Has​Metafields](https://shopify.dev/docs/api/customer/latest/interfaces/HasMetafields) * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)