curl -X POST \
'https://open.youzanyun.com/api/youzan.item.add/1.0.0?access_token=ACCESS_TOKEN' \ -H 'content-type: application/json' \
-d '{
"param":{
"item_no":"001",
"desc":"这是通过接口创建的第一个商品描述",
"stock_deduct_mode":1,
"post_sale_param":{
"refund_param":{
"support_refund":"false"
},
"support_unconditional_return":"false"
},
"image_ids":"[63837449]",
"item_type":0,
"title":"测试商品-01",
"quantity":"100",
"hide_stock":"0"
}
}'
提交创建商品一直提示系统异常。感觉参数也没错啊
{
"gw_err_resp": {
"trace_id": "yz7-0a34f815-1652346287258-489154",
"err_msg": "系统异常",
"err_code": 5001
}
}
本帖最后由 时光飞逝 于 2022-5-12 19:32 编辑
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|