Shopify · Arazzo Workflow
Shopify Create Order and Fulfill
Version 1.0.0
Place an order, locate its fulfillment order, create a fulfillment with tracking, and read the order back.
Provider
Workflows
create-order-and-fulfill
Create an order then fulfill it with tracking in a single chained flow.
Places an order, resolves its fulfillment order, creates a fulfillment with tracking, and reads the order back to confirm the fulfillment status.
1
createOrder
createOrder
Place an order containing a single variant line item.
2
getFulfillmentOrder
listOrderFulfillmentOrders
Retrieve the fulfillment order Shopify generated for the order so its id and assigned location can drive the fulfillment.
3
createFulfillment
createFulfillment
Create a fulfillment for the fulfillment order, fulfilling all of its line items and attaching carrier tracking. The customer is notified.
4
getOrder
getOrder
Read the order back to confirm the fulfillment status.