returns.reject

Reject a return request with a reason; mails the shopper.

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

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "rejectCode": {
      "type": "string",
      "minLength": 1,
      "maxLength": 40
    },
    "rejectText": {
      "type": "string",
      "maxLength": 500
    }
  }
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/returns.reject.md