Skip to main content
Log inSign up
Anchor to FulfillmentOrderAction

FulfillmentOrderAction

enum

The actions that can be taken on a fulfillment order.

Anchor to CANCEL_FULFILLMENT_ORDERCANCEL_FULFILLMENT_ORDER
•

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

•

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 the fulfillment order. The corresponding mutation for this action is fulfillmentOrderHold.

•

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.

•

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

Anchor to REQUEST_CANCELLATIONREQUEST_CANCELLATION
•

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

•

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?