Gets information about all discount reasons within your store configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 12,
"count": 3,
"offset": 0,
"results": [
{
"id": "5912a2549b04bf0fccf3fa49",
"name": "Honour Previous Promotion"
},
{
"id": "5912a2409b04bf0fccf3fa3a",
"name": "Incorrect List Price"
},
{
"id": "5912a2039b04bf0fccf3fa21",
"name": "Managers Discretion"
}
]
}