有赞新零售社区

发帖
API使用问题»医药(网店渠道)接口求助

[API调用-其它] 医药(网店渠道)接口求助

ae1ff0b153f5 11-03 226 浏览 3 评论 | 只看楼主 [打印]
修改商品成本价也是这个接口:https://doc.youzanyun.com/detail/API/0/3753
请求参数 "param":{
  "item_id" : 3463245559,
  "item_nos":"SPZ00137735",
  "item_price_param":{
    "cost_price":9999,
    "price":8888,
    "origin":7777
  }
}
返回

{
    "gw_err_resp": {
        "trace_id": "yz7-0ae85b73-1730540565227-276472",
        "err_msg": "系统异常",
        "err_code": 5001
    }
}




用手机打开
收藏 ··· 回复
    原因:
    1.origin是字符串
    2.不存在item_nos入参的,相似的是item_no
    • {
        "param": {
          "item_id": 3463245559,
          "item_no": "SPZ00137735",
          "item_price_param": {
            "cost_price": 9999,
            "price": 8888,
            "origin": "7777"
          }
        }
      }



      修改成这个
      返回 {
              "trace_id": "yz7-0a350a47-1730688688533-223975",
              "code": 121001008,
              "success": false,
              "message": "商品不存在"
      }
    • token是店铺id为146418575的店铺,商品id是店铺id为172292034的店铺,所以不要用总部的token,要用分店的token

    1跳至
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    复制链接
    新浪微博
    QQ空间
    微信扫码
    • 回复

    • 评分

    客服工作时间是9:00-18:00,客服妹子当前不在线,若不能及时回复请谅解。试试右上角的搜索吧,论坛有丰富的经验贴、公告贴,相信一定能够帮到您~

    复制成功