文档中心 > API类目 > 天猫校园零售

qimen.tmall.campus.retail.preset.item.classification.get (查询SaaS侧预置品分类数据)

预置品分类数据补偿查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
tenantNum String 必须 1 SaaS租户号

响应参数

名称 类型 示例值 描述
datas Datas [] 结果
  • └ tpId
  • String
  • 123
  • 代理商ID
  • └ classificationName
  • String
  • 熟食
  • 分类名称
  • └ classificationStatus
  • String
  • 0
  • 分类状态
  • └ classificationId
  • String
  • 10685
  • 分类ID
success Boolean true 成功
errCode String 1 错误码
errMsg String 1 错误信息

请求示例

{"tenantNum":"1"}

响应示例

{
    "datas":[
        {
                "tpId":"123",
                "classificationName":"熟食",
                "classificationStatus":"0",
                "classificationId":"10685"
        }
    ],
    "success":true,
    "errCode":"1",
    "errMsg":"1"
}

验签示例

{"success":"false","errCode":"sign-check-failure","errMsg":"Illegal request"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部