list_fulfillment_orders
Retrieve fulfillment orders for a Shopify order to see line items grouped by warehouse, with remaining quantities and location details, enabling accurate shipment creation.
Instructions
List the fulfillment orders attached to a Shopify order. A fulfillment order groups line items by the location that will ship them — a single order can have multiple fulfillment orders if items split across warehouses. Each one tracks per-line remaining quantity (totalQuantity minus what's already shipped/cancelled). Returns the assigned location, destination address, and line-item progress for each. This is the primary read tool you'll call before create_fulfillment to figure out which fulfillmentOrderLineItem IDs and quantities to mark as shipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Order GID to list fulfillment orders for (e.g. gid://shopify/Order/123). |