[
{
"sku": "string",
"name": "string",
"skuCode": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"imgUrl": "string",
"declareChineseName": "string",
"declareEnglishName": "string",
"declarePrice": 0,
"declareCurrency": "string",
"declareAttribute": 0
}
]
curl --location --request POST '/api/sku/create' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"sku": "string",
"name": "string",
"skuCode": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"imgUrl": "string",
"declareChineseName": "string",
"declareEnglishName": "string",
"declarePrice": 0,
"declareCurrency": "string",
"declareAttribute": 0
}
]'
{
"code": "0",
"message": "string",
"data": [
{
"sku": "string",
"skuNo": "string"
}
],
"requestId": "string"
}