Fulfillment order ready to fulfill
A fulfillment order is an assignment of line items to a fulfillment location. An order can have one or more fulfillment orders. The Fulfillment order ready to fulfill trigger starts a workflow when an order has completed risk assessment and has inventory available for the order, after an initial system hold is released by Shopify. The trigger runs for each fulfillment order that is added to an order. The trigger will also run after a hold is released and the fulfillment order is open
.
On this page
Data provided
The following data is provided to workflows that start with the Fulfillment order ready to fulfill trigger.
Data | Description |
---|---|
fulfillment order | The fulfillment order that was created. Allows accessing data on the GraphQL Admin API Fulfillment Order object |
Actions
The Fulfillment order ready to fulfill trigger can be used with any actions that require fulfillment orders, including:
- Hold fulfillment order
- Mark fulfillment order as fulfilled
- Release fulfillment hold
- Submit fulfillment request
Because a fulfillment order also links to an order, the trigger can also be used with actions that require orders, such as:
- Add order line item
- Add order tags
- Archive order
- Cancel order
- Capture payment
- Hold fulfillment order
- Mark order as paid
Testing the trigger
To test a workflow that starts with this trigger, create a test order. The order must complete risk analysis and have inventory available for the order.