List case
Cases
List case
List cases related to orders sold by the authenticated seller.
Use this endpoint to build case inboxes and moderation queues for seller support teams.
Query behavior:
- Supports pagination with
pageandsize. - Supports sorting by
createdAtorupdatedAtwith explicit direction.
Response behavior:
- Returns only cases linked to orders owned by the authenticated seller.
- Expands outcomes and attachments, with attachment URLs ready for display.
GET
List case
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number
Required range:
x >= 1Results per page
Required range:
x >= 1Field to sort by
Available options:
createdAt, updatedAt Sort direction
Available options:
asc, desc Response
200 - application/json
Seller cases
Available options:
SNAD, DAMAGED, WRONG_ITEM, NOT_RECEIVED, OTHER, CHARGEBACK Available options:
OPEN, REMEDIATION, SETTLED, CLOSED, ESCALATED