FulfillmentOrderRequestStatus enum

The request status of a fulfillment order.

Values

  • UNSUBMITTED
    The initial request status for the newly created fulfillment orders. This is the only valid request status for fulfillment orders that aren’t assigned to a fulfillment service.
  • CANCELLATION_ACCEPTED
    The fulfillment service accepted the merchant’s fulfillment cancellation request.
  • CANCELLATION_REJECTED
    The fulfillment service rejected the merchant’s fulfillment cancellation request.
  • CANCELLATION_REQUESTED
    The merchant requested a cancellation of the fulfillment request for this fulfillment order.
  • CLOSED
    The fulfillment service closed the fulfillment order without completing it.
  • REJECTED
    The fulfillment service rejected the merchant’s fulfillment request.
  • SUBMITTED
    The merchant requested fulfillment for this fulfillment order.
  • ACCEPTED
    The fulfillment service accepted the merchant’s fulfillment request.

Types that return FulfillmentOrderRequestStatus

  • [FulfillmentOrder.requestStatus](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder#requeststatus-2021-01)