Get a list of returns, their details and items, given parameters. Used by merchants to list registered returns to start, or check if an item already exists in a return.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.
x <= 100
Cursor token to fetch next page of results.
Filter returns by formatted IDs and customer names
Filter return orders by status, can be a comma-separated list of statuses
requested
, expected
, received
, in_progress
, completed
, cancelled
A paged array of returns
The response is of type object
.