Last Updated on : 2024-01-12 02:41:11download
Review a cash on delivery (COD) order. Only one order can be reviewed at a time.
PUT: /v1.0/sellercenter/order/audit/{order_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
order_id | String | url | true | The ID of a specified order to be reviewed. This is a URL parameter, rather than a body parameter. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
mall_code | String | body | true | The code of a specified mall. |
site_code | String | body | true | The code of a specified site. The site hereunder refers to a country. |
audit_result | String | body | true | The review result. Valid values:
|
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
PUT: /v1.0/sellercenter/order/audit/SO2206164TSBM***
{
"mall_code": "SO2206164TSBM***",
"site_code": "US",
"audit_result": "pass"
}
{
"tid": "f8c9e03908cf11ed81c1da76058be***",
"result": true,
"t": 1658392484570,
"success": true
}
For more information, see error code.
Error code | Error message | Description |
---|---|---|
2000000 | params error | Parameter error. |
2001000 | shop does not exist | The store does not exist. |
2005001 | order not found | The order does not exist. |
2005002 | order status invalid | The order status is invalid. |
2005006 | not a cod order | This is not a COD order. |
2005007 | order audit failed | Failed to review the order. |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback