门店查询
接口说明
用途:查询门店信息
请求方式:
posthttps://p.wecard.tencent.com/cloudpay/v1/merchant/out/store/queryStore
请求参数
Request
Body 包体
ChannelMerchantId必填
string
腾讯云商付平台商户编号(管理控制台→商户管理→商户ID)
StoreId选填
array
门店ID,可选
数组子类型:string
返回参数【Response.Result】
Response
200 OK
Store选填
array
数组子类型:object
{
"Response": {
"RequestId": "e50f37f2b091488e97fde18821e0c6ad",
"Result": {
"Store": [
{
"StoreId": "CM4537266933459900155C7",
"StoreName": "link测试11",
"ContractName": "王毅",
"ContractPhone": "13047663142",
"EnableFlag": "yes",
"StallNumber": "",
"ContactEmail": "",
"StoreAddress": ""
},
{
"StoreId": "CM45372669334599001599B",
"StoreName": "市场名称",
"ContractName": "",
"ContractPhone": "",
"EnableFlag": "no",
"StallNumber": "",
"ContactEmail": "",
"StoreAddress": ""
}
]
},
"ErrCode": "SUCCESS",
"ErrMessage": "成功"
}
}
响应状态码
状态码 | 描述 |
---|---|
SUCCESS | 成功 |
MERCHANT.DATA_NOT_EXIST | 商户不存在 |
MERCHANT.INVALID_PARAMETER | 参数错误 |
MERCHANT.MISSING_PARAMETER | 缺少参数错误 |
MERCHANT.SYSTEM_ERROR | 系统错误 |
MERCHANT.BUSINESS_ERROR | 业务错误 |