We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cancelation_reason
There is no way to get the list of allowed cancelation statuses when using API. In case of sending request like this:
curl -X 'POST' \ 'https://my.prom.ua/api/v1/orders/set_status' \ -H 'accept: application/json' \ -H 'Authorization: Bearer {{token}}' \ -H 'Content-Type: application/json' \ -d '{ "status": "canceled", "ids": [ {{order_id}} ], "cancellation_reason": "other", "cancellation_text": "Повернено відправнику" }'
The response is:
{ "error": "Incorrect cancellation_reason value" }
And I see no endpoint or documentation to get the list of allowed cancelation reasons.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is no way to get the list of allowed cancelation statuses when using API.
In case of sending request like this:
The response is:
And I see no endpoint or documentation to get the list of allowed cancelation reasons.
The text was updated successfully, but these errors were encountered: