Create Return Reason

Creates new reason for return.

SecurityOauth2.0
Request
Request Body schema: application/json
code
string
name
string
merchant
string
require_comments
boolean

If this is enabled and user selects this return reason while creating the return request then they have to provide the comments.

require_images
boolean

If this is enabled and user selects this return reason while creating the return request then they have to upload the images of the product.

require_item_condition
boolean

If this is enabled and user selects this return reason while creating the return request then user has to choose one of the return item conditions.

reverse_shipment_create_enabled
boolean

If this is enabled and user selects this return reason while creating the return request then Carriyo will create a reverse shipment after the return request is approved.

object (Translation)

Key-value map, where key is a language (en, ru, uk etc.) and value is tranlsation.

Responses
200
post/returns/reasons
Request samples
application/json
{
  • "code": "string",
  • "name": "string",
  • "merchant": "string",
  • "require_comments": true,
  • "require_images": true,
  • "require_item_condition": true,
  • "reverse_shipment_create_enabled": true,
  • "translations": {
    }
}
Response samples
application/json
{
  • "code": "string",
  • "name": "string",
  • "merchant": "string",
  • "require_comments": true,
  • "require_images": true,
  • "require_item_condition": true,
  • "reverse_shipment_create_enabled": true,
  • "translations": {
    }
}