List Fulfillments
Fulfillments
List Fulfillments
Retrieve fulfillment data for line items
GET
List Fulfillments
Overview
Returns a paginated list of line items with their fulfillment status, tracking info, and shipping/billing addresses. Only items with"paid" financial status are included.
Use Cases
- Monitor fulfillment progress across all vendors
- Build a shipping dashboard showing tracking numbers and carriers
- Identify unfulfilled orders that need attention
- Export fulfillment data for logistics reporting
- Track shipment statuses (in_transit, delivered, etc.)
Query Parameters
string
Filter by vendor ID.
string
Start date in
YYYY-MM-DD format.string
End date in
YYYY-MM-DD format.string
Filter:
"fulfilled" or "unfulfilled".string
Filter by shipment status (e.g.
"in_transit", "delivered").number
Results per page. Default:
100.number
Number of results to skip. Default:
0.Response
200