查询区域可售状态

  • 接口描述

    查询区域可售状态

  • API

由供应商提供
  • 参数格式
POST application/x-www-form-urlencoded
  • 入参
参数名称 类型 是否必填 描述
token string yes 授权时获取的 access token
skuQuantityList List< skuQuantity > yes 查询可销售信息

查询可销售信息

参数名称 类型 是否必填 描述
supplierSku String yes 商家商品sku编码
quantity Decimal yes 需要查询的商品库存数量
address String yes 需要查询的销售区域编码 示例:1_1_1
  • 出参
参数名称 类型 描述
isSalesList List< IsSales > 可售信息

可售信息

参数名称 类型 描述
supplierSku String 商家商品sku编码
isSale Integer 是否可售 0:不可售 1:可售
  • 出参示例
{
  "success": true,
  "code": 200,
  "message": "操作成功",
  "data": {
    "isSalesList": [
      {
        "supplierSku": "10000",
        "isSale": "0"
      },
      {
        "supplierSku": "10001",
        "isSale": "1"
      }
    ]
  },
  "stackTrace": null
}
Copyright © cmdjh 2023 all right reserved,powered by Gitbook该文章修订时间: 2024-12-17

results matching ""

    No results matching ""