# Products on the shelves

# Interface call request specification

If the item is in an autonomous down state, call this interface to directly put the item back on the shelf This interface does not affect draft data that is already in the review process

Http request method: POST
https://api.weixin.qq.com/shop/spu/listing?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