# Get merchandise from partner stores

Through this interface Weixin Mini Program you can get a cooperative account Weixin Store

# Dxplaination of Interface Call Request

http请求方式:POST
https://api.weixin.qq.com/channels/ec/cooperation/product/get?access_token=ACCESS_TOKEN

# Example of request parameters

{
    "shop_appid": "wx2b255582a7b4bfd0",
    "product_id": 10000157022254
}

# Dxplaination of request parameters

参数 type Is it compulsory? Introductions
shop_appid string yes Shop AppID
product_id number yes Product ID

# Examples of back-up

{
    "product": {
        "product_id": 10000157022254,
        "title": "测试商品",
        "img_urls": [
            "IMG_URL0",
            "IMG_URL1"
        ],
        "min_price": 2800
    },
    "errcode": 0,
    "errmsg": "ok"
}

# Dxplaination of callback parameters

参数 type Introductions
product object product
product_id number Product ID
title string title
img_urls string picture
min_price number Minimum Price