returns.list

List return requests.

Machine-readable body schema: /schemas/routes/returns.list.json.

Body

No request body.

Query

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100
    },
    "cursor": {
      "type": "string",
      "maxLength": 200
    },
    "status": {
      "type": "string",
      "maxLength": 40
    }
  }
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/returns.list.md