# Withdraw Product Audit

# Dxplaination of Interface Call Request

For items under review (edit_status = 2) that cannot be resubmitted, you need to call this interface to make the goods flow into the unreviewed state (edit_status = 1), and then resubmit the goods.

http请求方式:POST
https://api.weixin.qq.com/shop/spu/del_audit?access_token=xxxxxxxxx

# Example of request parameters

{
    "product_id": 324545,
    "out_product_id": "51514515"
}

# Examples of back-up

{
    "errcode": 0,
    "errmsg":"ok"
}

# Dxplaination of request parameters

参数 type Is it compulsory? Introductions
product_id number(uint64) no Trade component platform internal product ID, or out_product_id
out_product_id string no Choose between product_id and product_id

# Dxplaination of callback parameters

参数 type Introductions
errcode number Error code
errmsg string Error message