FulfillmentOrderAction enum

The actions that can be taken on a fulfillment order.

Values

  • CANCEL_FULFILLMENT_ORDER
    Cancel a fulfillment order. The corresponding mutation for this action is FulfillmentOrderCancel.
  • CREATE_FULFILLMENT
    Create a fulfillment for selected line items in the fulfillment order. The corresponding mutation for this action is FulfillmentCreateV2.
  • EXTERNAL
    Open an external URL to initiate the fulfillment process outside Shopify.
  • MARK_AS_OPEN
    Mark the fulfillment order as open.
  • MOVE
    Move a fulfillment order. The corresponding mutation for this action is FulfillmentOrderMove.
  • REQUEST_CANCELLATION
    Send a cancellation request to the fulfillment service of a fulfillment order. The corresponding mutation for this action is FulfillmentOrderSubmitCancellationRequest.
  • REQUEST_FULFILLMENT
    Send a request for fulfilling selected line items in a fulfillment order to a fulfillment service. The corresponding mutation for this action is FulfillmentOrderSubmitFulfillmentRequest.

Types that return FulfillmentOrderAction

  • [FulfillmentOrderSupportedAction.action](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordersupportedaction#action-2021-01)