podmall.mall.goods.createconfig/api/podmall/mall/goods/create.json1。{
"customizationId": 0,
"skuIds": [
null
],
"name": "string",
"designDocuments": [
null
]
}curl --location '/v4/gateway/podmall.mall.goods.create' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"customizationId": 0,
"skuIds": [
null
],
"name": "string",
"designDocuments": [
null
]
}'{
"status": 0,
"success": true,
"data": {
"id": 0,
"designHash": "string",
"skuList": [
null
]
}
}