Returns the list of available rejection reasons for a merhant.
curl -i -X GET \ 'https://api.carriyo.com/returns/rejection-reasons?merchant=string' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'tenant-id: string'
[- {
- "code": "string",
- "name": "string",
- "merchant": "string",
- "translations": {
- "en": "string",
- "ar": "string",
- "uk": "string",
- "ru": "string"
}
}
]