Search Return Orders
Searches return orders by one or more comma-separated identifiers: return IDs (numeric), tracking numbers, or SKUs. Auto-detects the identifier type and returns exact matches only. When no SearchTerm is provided, returns all returns for the user (paginated). Supports additional filters (Status, ReturnTypes, etc.) applied on top of the search results.
Authentication
Authentication using Personal Access Token (PAT) token
Headers
Retrieve your channel ID from the GET /channel endpoint.
Query parameters
Comma-separated identifiers to search for. Can be return IDs, tracking numbers, or SKUs. When omitted, returns all returns for the user.
Comma-separated list of return IDs to filter by (e.g., 511411,506640).
Comma-separated list of return statuses to filter by (e.g., 1,2,3).
Comma-separated list of return types to filter by (e.g., 1,2).
Comma-separated list of return actions to filter by.
Comma-separated list of fulfillment center IDs to filter by.
Comma-separated list of tracking numbers to filter by.
Comma-separated list of return reference IDs (RMA numbers) to filter by.
Comma-separated list of original shipment IDs to filter by.
Comma-separated list of inventory IDs to filter by.
Comma-separated list of store order IDs to filter by.
Field to sort results by (e.g., Id, Status, InsertDate).
Filter returns created on or after this date (ISO 8601 format).
Filter returns created on or before this date (ISO 8601 format).
Filter returns completed on or after this date (ISO 8601 format).
Filter returns completed on or before this date (ISO 8601 format).
Sort order for results. Desc = newest to oldest, Asc = oldest to newest, Desc is default

