Error
Get Order Cancel Reasons
Gets order cancellation reasons based on a category.
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"items": [
{
"name": "<string>",
"needsMoreInfo": true,
"reasonCode": "<string>"
}
],
"totalCount": 123
}Gets order cancellation reasons based on a category.
A valid request URL is required to generate request examples{
"items": [
{
"name": "<string>",
"needsMoreInfo": true,
"reasonCode": "<string>"
}
],
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
