Cancel orders in the shopping cart.
If the order has already been paid, cancellation is not allowed.
Request
Body Params application/json
Request Code Samples
curl --location --request POST '/api/open/order/cancel' \
--header 'version: {{shop_openapi_version}}' \
--header 'token: {{shop_openapi_token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
"170169018626820"
]'
Responses
application/json {
"status": "0",
"message": "Operation successful.",
"data": {}
}
Modified at 2025-12-12 00:10:40