--- title: OrderFulfillmentStatus - Storefront API description: Represents the order's aggregated fulfillment status for display purposes. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/enums/OrderFulfillmentStatus md: https://shopify.dev/docs/api/storefront/unstable/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**. Some of the items in the order have been fulfilled, or a request for fulfillment has been sent to the fulfillment service. * 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.​fulfillment​Status](https://shopify.dev/docs/api/storefront/unstable/objects/Order#field-Order.fields.fulfillmentStatus) OBJECT 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. *** ## Map ### Fields with this enum * <-|[Order.fulfillmentStatus](https://shopify.dev/docs/api/storefront/unstable/objects/Order#field-Order.fields.fulfillmentStatus)