Create Return Item Condition

Creates new return item condition

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

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

Responses
200
post/returns/item-conditions
Request samples
application/json
{
  • "code": "string",
  • "name": "string",
  • "merchant": "string",
  • "translations": {
    }
}
Response samples
application/json
{
  • "code": "string",
  • "name": "string",
  • "merchant": "string",
  • "translations": {
    }
}