# Shopify Connector - List fulfillments by fulfillment order
This action returns all the fulfillments associated with a fulfillment order in your Shopify instance. Check out this Shopify Documentation (opens new window) to learn more about the relationship between Order, Fulfillment Order, and Fulfillments.
# Input
Field | Description |
---|---|
Fulfillment order ID | The ID of the fulfillment order that is associated with the fulfillments. |
# Output
The output of the action above is a list of the Fulfillment
resource. Read the Shopify documentation (opens new window) for more information.
Last updated: 3/17/2023, 4:33:56 AM