--- title: OrderFulfillmentStatus - Customer API description: Represents the order's aggregated fulfillment status for display purposes. api_version: 2025-10 api_name: customer type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/enums/orderfulfillmentstatus md: https://shopify.dev/docs/api/customer/latest/enums/orderfulfillmentstatus.md --- # Order​Fulfillment​Status enum Represents the order's aggregated fulfillment status for display purposes. ## Valid values * FULFILLED Displayed as **Fulfilled**. All of the items in the order have been fulfilled. * IN\_​PROGRESS Displayed as **In progress**. All of the items in the order have had a request for fulfillment sent to the fulfillment service or all of the items have been marked as in progress. * ON\_​HOLD Displayed as **On hold**. All of the unfulfilled items in this order are on hold. * OPEN Displayed as **Open**. None of the items in the order have been fulfilled. Replaced by "UNFULFILLED" status. * PARTIALLY\_​FULFILLED Displayed as **Partially fulfilled**. Some of the items in the order have been fulfilled. * PENDING\_​FULFILLMENT Displayed as **Pending fulfillment**. A request for fulfillment of some items awaits a response from the fulfillment service. Replaced by "IN\_PROGRESS" status. * RESTOCKED Displayed as **Restocked**. All of the items in the order have been restocked. Replaced by "UNFULFILLED" status. * SCHEDULED Displayed as **Scheduled**. All of the unfulfilled items in this order are scheduled for fulfillment at later time. * UNFULFILLED Displayed as **Unfulfilled**. None of the items in the order have been fulfilled. *** ## Fields * [Order.fulfillmentStatus](https://shopify.dev/docs/api/customer/latest/objects/Order#field-Order.fields.fulfillmentStatus) 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). *** ## Map ### Fields with this enum * <-|[Order.fulfillmentStatus](https://shopify.dev/docs/api/customer/latest/objects/Order#field-Order.fields.fulfillmentStatus)