Returns V3
Get all the items filtered on return status
The items will be sorted on status modified time in reverse chronological order. Additionally we provide cursor based pagination via next link. This endpoint is limited to at max 50 results per page
get/v3/returns
Query parameters
limitinteger
Page size to limit the number of items returned in the response. Maximum value for limit can 50
pageinteger
Page number to fetch. This parameter is required to fetch data for specific page number
status'MISDIRECTED' | 'ANNOUNCED' | 'ACCEPTED' | 'REJECTED'
Return status for which items are being queried for (case-insensitive)
Response
Ok
Changes
No recorded changes to this endpoint across all 1 revision of this API.