商户/门店管理
接口列表
门店查询

门店查询

接口说明

用途:查询门店信息
请求方式:
post
https://p.wecard.tencent.com/cloudpay/v1/merchant/out/store/queryStore

请求参数

Request
Body 包体
ChannelMerchantId必填
string

腾讯云商付平台商户编号(管理控制台→商户管理→商户ID)


StoreId选填
array

门店ID,可选

数组子类型:string

请求示例

{
  "ChannelMerchantId": "CM453726693345990015"
}

返回参数【Response.Result】

Response
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业务错误

腾讯云商付接口文档