获取商品id、商家编号、商品名称、分类名称、商品主图、商品价格、商品成本价、总库存等信息
公共参数
参数 | 类型 | 必填 | 说明 | 示例 |
access_token | string | 是 | 接口调用令牌,如何获取access_token | e3716b44c10e4f232c91e2dc6c9b56e0 |
请求地址
https://店铺APPID.shop.yishop.site/openApi/Aftersale/getStoreSaleAfterProduct
请求参数
参数 | 类型 | 必填 | 说明 | 示例 |
店铺appid | string | 是 | 请输入店铺appid | |
返回参数
参数 | 类型 | 说明 | 示例 |
code | string | 返回状态码,返回0表示请求成功 | 0 |
data | mixed | 返回的数据集合 | |
store_info | array | 店铺信息 | |
store_info.site_name | string | 店铺名称呢 | |
store_info.site_logo | string | 店铺logo | |
list | array | 收藏店铺商品最多的信息列表 | |
list.num | string | 申请售后商品的总数 | |
list.op_product_id | string | 申请售后商品ID | |
list.product_id | string | 商品ID | |
list.product_spu | string | 商家编号 | |
list.product_name | string | 商品名称 | |
list.product_pc_name | string | 分类名称 | |
list.product_default_image | string | 商品主图 | |
list.product_price | string | 商品价格 | |
list.product_costprice | string | 商品成本价 | |
list.product_storage | string | 总库存 | |