Orders
post/api/v1.0/orders/{id}/reject
Path parameters
idinteger required
Request body
Example request
{
"RejectReason": 0,
"DoNotNotifyCustomer": false
}Response
The order is successfully rejected.
Changes
No recorded changes to this endpoint across all 4 revisions of this API.