get_fulfillment_order
Fetch a single fulfillment order by its GID, returning full line-item set and remaining quantities. Use this when you have the fulfillment order ID directly and need detail without looking up the parent order.
Instructions
Fetch a single fulfillment order by GID with its full line-item set and remaining quantities. Use this when you have the FulfillmentOrder ID directly (e.g. from a webhook payload) and want detail without having to look up its parent order first. Returns the same shape as list_fulfillment_orders for one record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | FulfillmentOrder GID. |