{
"tplId": 0,
"tplName": "string",
"tplData": {
"normal": [
{
"attrName": "string",
"attrValue": "string"
}
],
"spe": [
{
"attrName": "string",
"attrValue": "string"
}
],
"extra": [
{
"attrName": "string",
"attrValue": "string"
}
]
},
"shopId": 0
}
curl --location --request POST '/adminapi/product/productAttributesTpl/update' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"tplId": 0,
"tplName": "string",
"tplData": {
"normal": [
{
"attrName": "string",
"attrValue": "string"
}
],
"spe": [
{
"attrName": "string",
"attrValue": "string"
}
],
"extra": [
{
"attrName": "string",
"attrValue": "string"
}
]
},
"shopId": 0
}'