--- title: FulfillmentEventStatus - Customer API description: The status of a fulfillment event. api_version: 2025-01 api_name: customer type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2025-01/enums/FulfillmentEventStatus' md: >- https://shopify.dev/docs/api/customer/2025-01/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.latestShipmentStatus](https://shopify.dev/docs/api/customer/2025-01/objects/Fulfillment#field-Fulfillment.fields.latestShipmentStatus) OBJECT Represents a single fulfillment in an order. * [Fulfillment​Event.status](https://shopify.dev/docs/api/customer/2025-01/objects/FulfillmentEvent#field-FulfillmentEvent.fields.status) OBJECT An event that occurred for a fulfillment. *** ## Map ### Fields with this enum * <-|[Fulfillment.latestShipmentStatus](https://shopify.dev/docs/api/customer/2025-01/objects/Fulfillment#field-Fulfillment.fields.latestShipmentStatus) * <-|[Fulfillment​Event.status](https://shopify.dev/docs/api/customer/2025-01/objects/FulfillmentEvent#field-FulfillmentEvent.fields.status)