{
"autoAudit": true,
"products": [
{
"skuName": "string",
"skuCode": "string",
"model": "string",
"mainPic": "string",
"fnSkuCode": "string",
"brandId": 0,
"categoryId": 0,
"unitCode": "string",
"costPrice": 0,
"weight": 0,
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"inPackage": "box",
"outPackage": "box"
}
]
}curl --location --request POST '/open/product/add' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"autoAudit": true,
"products": [
{
"skuName": "string",
"skuCode": "string",
"model": "string",
"mainPic": "string",
"fnSkuCode": "string",
"brandId": 0,
"categoryId": 0,
"unitCode": "string",
"costPrice": 0,
"weight": 0,
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"inPackage": "box",
"outPackage": "box"
}
]
}'{
"code": 0,
"data": {
"successCount": 0,
"failCount": 0,
"successList": [
"string"
],
"errorList": [
{
"code": 0,
"skuCode": "string",
"reason": "string"
}
]
},
"trace": "string",
"extra": {},
"ok": true
}