--- title: FulfillmentEventStatus - Customer API description: The status of a fulfillment event. api_version: 2025-10 api_name: customer type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/enums/fulfillmenteventstatus md: https://shopify.dev/docs/api/customer/latest/enums/fulfillmenteventstatus.md --- # Fulfillment​Event​Status enum The status of a fulfillment event. ## Valid values * ATTEMPTED\_​DELIVERY A delivery was attempted. * CARRIER\_​PICKED\_​UP The fulfillment has been picked up by the carrier. * CONFIRMED The fulfillment is confirmed. * DELAYED The fulfillment is delayed. * DELIVERED The fulfillment was successfully delivered. * FAILURE The fulfillment request failed. * IN\_​TRANSIT The fulfillment is in transit. * LABEL\_​PRINTED A purchased shipping label has been printed. * LABEL\_​PURCHASED A shipping label has been purchased. * OUT\_​FOR\_​DELIVERY The fulfillment is out for delivery. * PICKED\_​UP The fulfillment was successfully picked up. * READY\_​FOR\_​PICKUP The fulfillment is ready to be picked up. *** ## Fields * [Fulfillment.​latest​Shipment​Status](https://shopify.dev/docs/api/customer/latest/objects/Fulfillment#field-latestShipmentStatus) OBJECT Represents a single fulfillment in an order. * [Fulfillment​Event.​status](https://shopify.dev/docs/api/customer/latest/objects/FulfillmentEvent#field-status) OBJECT An event that occurred for a fulfillment. *** ## Map ### Fields with this enum * <-|[Fulfillment.latestShipmentStatus](https://shopify.dev/docs/api/customer/latest/objects/Fulfillment#field-latestShipmentStatus) * <-|[Fulfillment​Event.status](https://shopify.dev/docs/api/customer/latest/objects/FulfillmentEvent#field-status)