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