# Shopify - List fulfillment orders for an order
This action retrieves a list of fulfillment orders for a specific order in Shopify.
# Input
Field | Description |
---|---|
Order ID | The ID of the order that is associated with the fulfillment orders. |
Include financial summaries? | Specify whether to include the financial summary data for each line item, if available. |
Include order reference fields? | Indicate whether the order reference fields should be returned in the result. |
# Output
The output of the action above is a list of the FulfillmentOrder
resource. Read the Shopify documentation (opens new window) for more information.
Last updated: 7/10/2024, 3:22:21 PM