Get Fulfillment History

Retrieves the history ledger for a single fulfillment, showing all state-change events
(e.g. created, picked, packed, fulfilled, voided, returned) for each line item.

Results are ordered oldest-first and support cursor-based pagination.
When no more pages exist, the next_cursor field will be empty.

🔒 Requires: fulfillments:read scope

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the fulfillment

Query Params
integer
0 to 1000

Maximum number of history entries to return per page. When omitted or set to 0, all entries are returned.

string

Opaque pagination cursor returned from a previous request. Pass this value to retrieve the next page of results.

Responses

400

Bad Request — invalid cursor or limit parameter

401

Unauthorized

403

Forbidden

404

Not Found — fulfillment does not exist or feature is not enabled

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json