返回商品API

方法名称:update_stock_by_sku

请求地址:https://open.patpat.com/api/update_stock_by_sku

支持请求方式: POST

接口说明: 如若更新库存频次较高,建议使用批量更新库存接口


系统级输入参数:

名称类型是否必须描述
_timestampstring请求时间戳
_signatureString请求签名
access_tokenString用户授权令牌

应用级输入参数:

名称 类型 是否必须 描述 示例值
sku_code String SKU 编码 1700329501
sku_stock Integer 库存数量 50

接口返回结果:

字段 参考值 类型 描述
status 200 Integer 返回状态码
msg success String 接口返回信息
content 接口返回内容

数据返回示例:

{
    "status": 200,
    "msg": "success",
    "content": []
}


©2015 Interfocus Inc. All Rights Reserved