# Sign up for a Mini Store account
# Dxplaination of Interface Call Request
Http request method: POST
https://api.weixin.qq.com/product/register/register_shop?component_access_token=xxxxxxxxx
# Dxplaination of request parameters
parameter | type | Is it compulsory? | Introductions |
---|---|---|---|
wx_Name | string | yes | WeChat account |
id_card_Name | string | yes | ID Name |
id_card_number | string | yes | ID number |
channel_id | string | no | The channel number, [For more details, see here](https://developers.weixin.qq.com/doc/oplatform /service_market/provider_Guideline/channel_service/minishop_promote.html) |
api_Openstore _type | number | yes | 2- Component open (open Mini programs and have already fully embedded e-commerce functions) |
auth_Page_url | string | no | Authorization page url,[For more details, see here](https://developers.weixin.qq.com/doc/oplatform /Third-party_Platforms/Authorization_Process_Technical_Description.html) |
# Example of request parameters
{
"wx_name": "xxx,"
"id_card_name": "zhang iii,"
"id_card_number": "121321412",
"channel_id":"abcdxxx",
"api_Openstore _type": 1
}
# Dxplaination of callback parameters
parameter | type | Introductions |
---|---|---|
Error code | number | Error code |
errmsg | string | Error message |
# Examples of back-up
{
"errcode": 0,
"errmsg":"ok"
}
# Return code
Return code | Error Type |
---|---|
-1 | System exceptions |
-2 | Token too long |
10005 | If real name authentication fails, check if ID, WeChat account and name match |