Gets information about all cancellation reasons within your store configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 15,
"count": 3,
"offset": 0,
"results": [
{
"id": "56409c4546fc560098c64081",
"name": "Arrived too late"
},
{
"id": "56409c5346fc560098c6408e",
"name": "Changed mind"
},
{
"id": "56409c3646fc560098c6407e",
"name": "Defective"
}
]
}