--- title: DraftOrder - Customer API description: >- A draft order for the customer. Any fields related to money are in the presentment currency. 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/DraftOrder' md: 'https://shopify.dev/docs/api/customer/latest/objects/DraftOrder.md' --- # Draft​Order object A draft order for the customer. Any fields related to money are in the presentment currency. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ## Fields * billingAddress * createdAt * currencyCode * customer * discountInformation * email * id * inReview * invoiceUrl * lineItems * lineItemsSummary * name * order * phone * purchasingEntity * requiresShipping * shippingAddress * status * subtotalPrice * taxesIncluded * taxExempt * totalLineItemsPrice * totalPrice * totalShippingPrice * totalTax * totalWeight * updatedAt *** ## Map ### Fields and connections with this object * [Company.draftOrders](https://shopify.dev/docs/api/customer/latest/objects/Company#field-Company.fields.draftOrders) * [CompanyContact.draftOrders](https://shopify.dev/docs/api/customer/latest/objects/CompanyContact#field-CompanyContact.fields.draftOrders) * [CompanyLocation.draftOrders](https://shopify.dev/docs/api/customer/latest/objects/CompanyLocation#field-CompanyLocation.fields.draftOrders) * [Customer.draftOrders](https://shopify.dev/docs/api/customer/latest/objects/Customer#field-Customer.fields.draftOrders) * [DraftOrderConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/DraftOrderConnection#returns-nodes) * [DraftOrderEdge.node](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderEdge#field-DraftOrderEdge.fields.node) * [Order.draftOrder](https://shopify.dev/docs/api/customer/latest/objects/Order#field-Order.fields.draftOrder) *** ## Queries * draftOrder *** ## DraftOrder Queries ### Queried by * [draft​Order](https://shopify.dev/docs/api/customer/latest/queries/draftOrder) *** ## Interfaces * Node *** ## DraftOrder Implements ### Implements * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)