Anchor to section titled 'undefined'

FulfillmentOrderAction
enum

The actions that can be taken on a fulfillment order.


value-cancelfulfillmentorder
CANCEL_FULFILLMENT_ORDER

Cancels a fulfillment order. The corresponding mutation for this action is fulfillmentOrderCancel.

value-createfulfillment
CREATE_FULFILLMENT

Creates a fulfillment for selected line items in the fulfillment order. The corresponding mutation for this action is fulfillmentCreateV2.

Opens an external URL to initiate the fulfillment process outside Shopify. This action should be paired with FulfillmentOrderSupportedAction.externalUrl.

Applies a fulfillment hold on an open fulfillment order. The corresponding mutation for this action is fulfillmentOrderHold.

value-markasopen
MARK_AS_OPEN

Marks the fulfillment order as open. The corresponding mutation for this action is fulfillmentOrderOpen.

Merges a fulfillment order. The corresponding mutation for this action is fulfillmentOrderMerge.

Moves a fulfillment order. The corresponding mutation for this action is fulfillmentOrderMove.

value-releasehold
RELEASE_HOLD

Releases the fulfillment hold on the fulfillment order. The corresponding mutation for this action is fulfillmentOrderReleaseHold.

value-requestcancellation
REQUEST_CANCELLATION

Sends a cancellation request to the fulfillment service of a fulfillment order. The corresponding mutation for this action is fulfillmentOrderSubmitCancellationRequest.

value-requestfulfillment
REQUEST_FULFILLMENT

Sends a request for fulfilling selected line items in a fulfillment order to a fulfillment service. The corresponding mutation for this action is fulfillmentOrderSubmitFulfillmentRequest.

Splits a fulfillment order. The corresponding mutation for this action is fulfillmentOrderSplit.


Was this section helpful?

The action value.


Was this section helpful?
Map
FulfillmentOrderAction