--- title: FulfillmentDisplayStatus - GraphQL Admin description: The display 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/fulfillmentdisplaystatus md: https://shopify.dev/docs/api/admin-graphql/latest/enums/fulfillmentdisplaystatus.md --- # Fulfillment​Display​Status enum The display status of a fulfillment. ## Valid values * ATTEMPTED\_​DELIVERY Displayed as **Attempted delivery**. * CANCELED Displayed as **Canceled**. * CARRIER\_​PICKED\_​UP Displayed as **Picked up by carrier**. * CONFIRMED Displayed as **Confirmed**. * DELAYED Displayed as **Delayed**. * DELIVERED Displayed as **Delivered**. * FAILURE Displayed as **Failure**. * FULFILLED Displayed as **Fulfilled**. * IN\_​TRANSIT Displayed as **In transit**. * LABEL\_​PRINTED Displayed as **Label printed**. * LABEL\_​PURCHASED Displayed as **Label purchased**. * LABEL\_​VOIDED Displayed as **Label voided**. * MARKED\_​AS\_​FULFILLED Displayed as **Marked as fulfilled**. * NOT\_​DELIVERED Displayed as **Not delivered**. * OUT\_​FOR\_​DELIVERY Displayed as **Out for delivery**. * PICKED\_​UP Displayed as **Picked up**. * READY\_​FOR\_​PICKUP Displayed as **Ready for pickup**. * SUBMITTED Displayed as **Submitted**. *** ## Fields * [Fulfillment.displayStatus](https://shopify.dev/docs/api/admin-graphql/latest/objects/Fulfillment#field-Fulfillment.fields.displayStatus) 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.displayStatus](https://shopify.dev/docs/api/admin-graphql/latest/objects/Fulfillment#field-Fulfillment.fields.displayStatus)