Create Return Refund Type

Creates new return refund type.

SecurityOauth2.0
Request
Request Body schema: application/json
code
string
name
string
merchant
string
allowed_return_reasons
Array of strings
object (Translation)

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

Responses
200
post/returns/refund-types
Request samples
application/json
{
  • "code": "string",
  • "name": "string",
  • "merchant": "string",
  • "allowed_return_reasons": [
    ],
  • "translations": {
    }
}
Response samples
application/json
{
  • "code": "string",
  • "name": "string",
  • "merchant": "string",
  • "allowed_return_reasons": [
    ],
  • "translations": {
    }
}