Shopify Create Fulfillment
Creates a fulfillment for an existing Shopify order that’s in an open or in_progress state.
This action first retrieves fulfillment orders for a given orderId using Shopify Fulfillment Orders and then calls the fulfillmentCreateV2 GraphQL mutation to finalize the fulfillment.
Inputs
Name | Type | Description |
---|---|---|
Shopify Token | SensitiveString | Shopify API Token |
Shopify Domain | String | Shopify Domain |
Order ID | String | The orderID is used to fetch and fulfill open/in-progress fulfillment orders. |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success |
Fulfillment Order ID | String | Fulfillment ID used for creating fulfilment |
Error | Strong | Error message |
Notes:
• The action verifies whether the fulfillment order status is open or in_progress before creating the fulfillment.
• If no valid fulfillment order is found or Shopify returns an error, the output Error field is populated.
• Make sure your Shopify Access Token grants permissions to read and update fulfillment orders.
Updated 2 days ago