get_fulfillment
Retrieve fulfillment details by GID, including status, tracking entries, and parent order. Used to confirm shipment after creation or when processing webhook events.
Instructions
Fetch a single fulfillment (a shipment record produced by create_fulfillment) by GID. Returns its status (SUCCESS/CANCELLED/etc.), tracking entries (carrier, number, URL), the parent order, and timestamps. Use after create_fulfillment to confirm the shipment took, or when a webhook delivers a fulfillment GID and you need the details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Fulfillment GID. |