# Update your business information

# Interface call request specification

Http request method: POST
https://api.weixin.qq.com/shop/account/update_info?access_token=xxxxxxxxx

# Request Parameter Sample

Customer service address and customer service contact information

{
    " service_agent_path " : "Mini Programs path,"
    " service_agent_phone": "020-888888",
    " service_agent_type": [1,2]
}

# Return Package Example

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

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
service_agent_path string no Mini Programs path
service_agent_phone string no Customer Service Contact Us
service_agent_type number[] yes Customer service type, support multiple, 0: Mini Program official customer service, 1: Custom Customer Service Path 2: Contact Us

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message