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