returns.approve

Approve a return request with shipping instructions; mails the shopper.

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

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "instructions": {
      "type": "object",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {}
    }
  },
  "required": [
    "instructions"
  ]
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/returns.approve.md