You are not logged in.
CancelCustomerOrder
A customer can invoke this API to cancel orders in the pending payment status.
Customers can follow the instructions described in Cancellation to cancel yearly/monthly product orders in the pending payment status in Billing Center.
NOTE:
Only the orders in the pending payment status can be canceled.
This API can be invoked only by a customer AK/SK or token.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
X-Auth-Token | string | header | Yes | Call with customer token |
Name | Type | Mandatory | Description |
---|---|---|---|
order_id | string | Yes | Order ID. The value is the same as the value of order_id in the response of the API described in Querying Orders. |
Parameter Name: The default value is returned. No content:no content
CBC.0100:Parameter error.
"PUT https://bss-intl.myhuaweicloud.com/v2/orders/customer-orders/cancel"
{
"order_id": "CS170926155954NO7"
}