FulfillmentEventStatus enum

Event status’ describe the status of a fulfillment.

Values

  • READY_FOR_PICKUP
    The fulfillment is ready to be picked up.
  • CONFIRMED
    The fulfillment is confirmed.
  • 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.
  • ATTEMPTED_DELIVERY
    A delivery was attempted.

Types that return FulfillmentEventStatus

  • [FulfillmentEvent.status](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentevent#status-2021-01)