--- title: DraftOrderStatus - Customer API description: The valid statuses for a draft order. api_version: 2025-10 api_name: customer type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/enums/draftorderstatus md: https://shopify.dev/docs/api/customer/latest/enums/draftorderstatus.md --- # Draft​Order​Status enum The valid statuses for a draft order. ## Valid values * COMPLETED The draft order has been paid. * INVOICE\_​SENT An invoice for the draft order has been sent to the customer. * OPEN The draft order is open. It has not been paid, and an invoice hasn't been sent. *** ## Fields * [Draft​Order.​status](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-status) 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). *** ## Map ### Fields with this enum * <-|[Draft​Order.status](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-status)