--- title: FulfillmentStatus - GraphQL Admin description: The status of a fulfillment. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/FulfillmentStatus md: https://shopify.dev/docs/api/admin-graphql/latest/enums/FulfillmentStatus.md --- # Fulfillment​Status enum The status of a fulfillment. ## Valid values * CANCELLED The fulfillment was canceled. * ERROR There was an error with the fulfillment request. * FAILURE The fulfillment request failed. * SUCCESS The fulfillment was completed successfully. ### Deprecated valid values * OPEN Deprecated * PENDING Deprecated *** ## Fields * [Fulfillment.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/Fulfillment#field-Fulfillment.fields.status) OBJECT Represents a fulfillment. In Shopify, a fulfillment represents a shipment of one or more items in an order. When an order has been completely fulfilled, it means that all the items that are included in the order have been sent to the customer. There can be more than one fulfillment for an order. *** ## Map ### Fields with this enum * <-|[Fulfillment.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/Fulfillment#field-Fulfillment.fields.status)