# Withdrawal of product audit

# Interface call request specification

For an audit edit_Status = 2) cannot be resubmitted, you need to call this interface to make the product flow into an unaudited state_Status = 1) to resubmit the item.

Http request method: POST
https://api.weixin.qq.com/shop/spu/of the_audit?access_token=xxxxxxxxx

# Request Parameter Sample

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

# Return Package Example

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

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
product_id number(uint64) no Trading component platform internal product ID, and out_product_Id choose two
out_product_id string no Merchant custom product ID, with product_Id choose two

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message