{
"productName": "智能监控设备X1",
"images": "http://example.com/images/device1.jpg,http://example.com/images/device1-2.jpg",
"stock": "100",
"discountPrice": "2999.00",
"originalPrice": "3999.00",
"productLabel": "新品,热销",
"status": 1,
"intro": "这是一款高性能智能监控设备",
"subtitle": "AI智能识别 | 高清夜视",
"storeId": 2001,
"priceStyleId": 1
}
curl --location --request POST 'http://gateway249.kiwismart.top/app/app/submission/deviceProduct/add' \
--header 'submissionKey: {{submissionKey}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"productName": "智能监控设备X1",
"images": "http://example.com/images/device1.jpg,http://example.com/images/device1-2.jpg",
"stock": "100",
"discountPrice": "2999.00",
"originalPrice": "3999.00",
"productLabel": "新品,热销",
"status": 1,
"intro": "这是一款高性能智能监控设备",
"subtitle": "AI智能识别 | 高清夜视",
"storeId": 2001,
"priceStyleId": 1
}'
{
"code": 200,
"msg": "操作成功",
"data": {
"id": 1419427919945728,
"productName": "智能监控设备X1",
"images": "http://example.com/images/device1.jpg,http://example.com/images/device1-2.jpg",
"stock": "100",
"discountPrice": "2999.00",
"originalPrice": "3999.00",
"productLabel": "新品,热销",
"status": "online",
"intro": "这是一款高性能智能监控设备",
"subtitle": "AI智能识别 | 高清夜视",
"storeId": 2001,
"priceStyleId": 1,
"deliveryTemplateId": 101,
"regionId": 110100,
"weight": 5000,
"sortOrder": 1,
"favorites": 50,
"tags": "智能,监控,高清",
"soldQuantity": 200,
"deviceId": 3001,
"deviceType": 1,
"deviceBrand": 1
}
}