查询协议价

  • 接口描述

    查询商品协议价,市场价

  • API

由供应商提供
  • 参数格式
POST application/x-www-form-urlencoded
  • 入参
参数名称 类型 是否必填 描述
token string yes 授权时获取的 access token
supplierSku string yes 商家商品编号,支持批量,以’,’分隔 (最高支持100个商品)
  • 出参
参数名称 类型 描述
price List 供应商商品协议价

供应商商品协议价

参数名称 类型 描述
supplierSku String 商家商品sku编码
agreementPrice Decimal 商家商品sku协议价
referencePrice Decimal 商家商品sku市场价
  • 出参示例

结果对象说明

{
  "success": true,
  "code": 200,
  "message": "操作成功",
  "data": {
    "price": [
      {
        "supplierSku": "10000",
        "agreementPrice": 11,
        "referencePrice": 15
      },
      {
        "supplierSku": "10001",
        "agreementPrice": 11,
        "referencePrice": 16
      },
      {
        "supplierSku": "10002",
        "agreementPrice": 11,
        "referencePrice": 17
      }
    ]
  },
  "stackTrace": null
}
Copyright © cmdjh 2023 all right reserved,powered by Gitbook该文章修订时间: 2024-12-17

results matching ""

    No results matching ""