注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > 架海金梁业务样例文档

商家仓库存同步

更新时间:2019/07/24 访问次数:250

cainiao.merchant.inventory.adjust 商家仓库存同步

请求报文

{
  "store_code": "JSTSC01",
  "quantity": 1001,
  "out_biz_code": "314635c2-110a-8ad2-29a7-0759ed03aec0",
  "inventory_type": 1,
  "attribute": {},
  "sc_item_id": 598841672957
}

响应成功报文

{
    "result": {
        "flag": true
    }
}

响应失败报文

{
    "result": {
        "error_code": "PARAM_ILLEGAL", 
        "error_message": "仓不属于该用户或仓库不是商家仓 userId=2200695882223 storeCode=SXSJC_001", 
        "flag": false
    }
}

FAQ

关于此文档暂时还没有FAQ
返回
顶部