--- title: FulfillmentStatus - Customer API description: The status of a fulfillment. api_version: 2025-10 api_name: customer type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/enums/fulfillmentstatus md: https://shopify.dev/docs/api/customer/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/customer/latest/objects/Fulfillment#field-status) OBJECT Represents a single fulfillment in an order. *** ## Map ### Fields with this enum * <-|[Fulfillment.status](https://shopify.dev/docs/api/customer/latest/objects/Fulfillment#field-status)