Close Order

Last Updated on : 2023-06-15 05:56:17

Close a specified order based on the order ID.

API address

PUT: /v1.0/sellercenter/order/close/{order_id}

Request parameter

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.

Return parameter

Parameter name Type Description
result Boolean The returned result.

Request example

PUT: /v1.0/sellercenter/order/close/{order_id}?mall_code=MALL_CODE&uid=UID&site_code=SITE_CODE

Return example

{
    "result": true,
    "t": 1633765734579,
    "success": true
}

Error code

For more information, see error code.