文档
测试

销售人分享商品数据

POST
api/goods/SaleGoodsDetail

请求参数

参数名
类型
描述
必填
goods_id
string
商品ID
必填
unique
string
商品属性值
必填
to_sale_id
销售人id
必填

说明 / 示例

{ "success": true, "data": { "id": 2688, "unit_id": 4, "goods_type": 0, "class_id": 100501, "goods_name": "多肽钙片100g/片", "order_index": 0, "is_guige": 1, "stock": 450, "freight_price": "0.00", "remark": "", "images": [ "http://yxst2.oss-cn-shenzhen.aliyuncs.com/video/pH3Gihmb2H.jpg", "http://yxst2.oss-cn-shenzhen.aliyuncs.com/video/c2x8FsD6Ej.jpg" ], "detail": "<p>多肽钙片<img src=\"http://192.168.2.11:83/uploads/ueditor/image/20210131.png\" alt=\"20210131.png\"/></p><p><br/></p>", "store_id": 1, "sales_sum": 3140, "new_number": 5, "zprotect": "3", "goods_model": "H3", "goods_source": "北京", "action_report": "检查报告", "is_best": 1, "is_recommend": 0, "spec_id": 56, "store_name": "蒙肽旗舰店", "unit_name": "盒", "class_name": "灯具", "guige_list": [], "spec_attr": [], "product_attr": [ { "goods_id": 2688, "attr_name": "颜色", "attr_values": "蓝,红", "attr_values_arr": [ "蓝", "红" ] }, { "goods_id": 2688, "attr_name": "材料", "attr_values": "木,铁,水", "attr_values_arr": [ "木", "铁", "水" ] } ], "product_value": { "水,红": { "goods_id": 2688, "suk": "水,红", "stock": 166, "sales": "2", "price": "0.01", "cost": "0.01", "unique": "d54467b2" } }, "price": "500.00", "is_collect": 0, "tag_name": [ { "id": 20, "tag_name": "一年保修" }, { "id": 21, "tag_name": "两年保修" }, { "id": 22, "tag_name": "三年保修" } ] }, "message": "success" }