Last Updated on : 2024-01-12 02:38:55download
Close a specified order based on the order ID.
PUT: /v1.0/sellercenter/order/close/{order_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
order_id | String | uri | true | The order ID. |
mall_code | String | query | true | The code of a specified mall. |
site_code | String | query | true | The code of a specified site. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
PUT: /v1.0/sellercenter/order/close/{order_id}?mall_code=MALL_CODE&uid=UID&site_code=SITE_CODE
{
"result": true,
"t": 1633765734579,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback