curl --location --request POST '/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"class": "padrao",
"name": "PRODUTO_01",
"code": "P_01",
"ressuply_deadline": "90",
"active": "1",
"keepAttributes": true,
"attributes": [
{
"attribute": "desc_modelo_produto",
"value": "modelo_produto"
},
{
"attribute": "variacao_tipo",
"value": "Cor"
},
{
"attribute": "variacao",
"value": "Azul"
},
{
"attribute": "variacao_tipo_2",
"value": "Tamanho"
},
{
"attribute": "variacao_2",
"value": "40"
}
]
}
]
}'
[
{
"type": "normal",
"situation": "1",
"name": "PRODUTO_01",
"code": "P_01",
"ressuply_deadline": "90",
"active": "1",
"class_id": 2,
"updated_at": "2021-07-22 19:23:12",
"created_at": "2021-07-22 19:23:12",
"id": 21
}
]