查询商品可售后性

  • 接口描述

    查询商品可售后性

  • API

由供应商提供
  • 参数格式
POST application/x-www-form-urlencoded
  • 入参
参数名称 类型 是否必填 描述
token string yes 授权时获取的 access token
param json yes 请求的json参数

param参数说明:

参数名称 类型 是否必填 描述
orderId string yes 订单Id
supplierSku List yes 商家商品编码集合,逗号隔开
  • 出参
参数名称 类型 描述
afterSales List 可售后信息

可售后信息

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

results matching ""

    No results matching ""