背景和问题描述:
1:店铺情况:有两个零售单店,一个正式店铺(购买的店铺),一个用于测试的云店铺(有赞系统创建)。正式店铺编号:948533116,测试云店铺编号:503736226
2:同一个商品,同样的参数(access_token不同),把商品发布到正式店铺会报错,发布到测试店铺没有任何问题(换其它商品也一样,正式店铺报错,测试店铺没有问题)。
3:发布商品使用到接口:youzan.item.add.1.0.1(https://open.youzanyun.com/api/youzan.item.add/1.0.1)
接口调用情况
接口参数:
{
"param": {
"desc": "<p><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-5b0664713952fac942037969f76ec227?imageslim\"><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-906ff5c5938f62200d09decdf5a5c72d?imageslim\"><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-f4c42ab6eebe89ff7594a7ac12a454b7?imageslim\"><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-c4ed5a4b792afe8a81fcb10177953e36?imageslim\"><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-7f0cf085226a56e0cedc008fb83496f7?imageslim\"><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-d2626290441bbb1fa164d57a549049e6?imageslim\"><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-9c823763571ce2c5b1442a1d9865ff0a?imageslim\"><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-5fc3da027c4c3d0d4e6c9f4700d4c95f?imageslim\"><img src=\"https://qn-fx-pic.szfx.com/product_introduce-20230524-e67885a60aefb9be619c377a34e096d7?imageslim\"></p>",
"extra_param": {
"retail_param": {
"is_multi_unit": false,
"sell_type": 1
}
},
"image_ids": [6318979177, 6318979319, 6318979251, 6318979416],
"is_display": 1,
"item_delivery_param": {
"delivery_setting": {
"city_delivery": false,
"express": true,
"self_pick": false
},
"postage": 0
},
"item_no": "34118974560100004",
"item_price_param": {
"origin": "129.00",
"price": 11900
},
"item_type": 0,
"post_sale_param": {
"is_support_barter": 0,
"refund_param": {},
"support_unconditional_return": true
},
"sku_list": [{
"barcode": "692112120221213",
"cost_price": 9500,
"price": 11900,
"sku_no": "34118974560100005",
"sku_props": [{
"prop_name": "规格",
"prop_name_id": 26028101,
"prop_value_id": 26028102,
"prop_value_name": "4.3-4.7斤(13~16个装)"
}],
"stock_num": 49
}],
"sku_picture_display_config": true,
"sku_value_props": [{
"id": 26028102,
"img_id": 6318979267,
"name": "4.3-4.7斤(13~16个装)"
}],
"stock_deduct_mode": 1,
"title": "四川龙泉驿水蜜桃4.3 - 4.7 斤( 13~16 个装) "
}
}
接口返回数据:
{
"trace_id": "yz7-0a350a47-1687336742301-745363",
"code": 301000004,
"success": false,
"message": "请求参数非法 零售商品条码关联商品不存在"
}
需要解决的问题
1:希望排查发布商品为什么测试店铺可以,正式店铺会报错
2:怎么解决这个错误,让商品能通过这个接口发布到正式店铺
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|