curl --location --request POST '/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"class": "padrao",
"type": "normal",
"name": "PRODUTO_01",
"code": "P_01",
"ressuply_deadline": "90",
"active": "1",
"grid_items": [
{
"code": "SKU_variacao_1",
"ean": "9795450563300",
"situation": "Venda Normal",
"value_of": "199",
"value_for": "199",
"spot_value": "199",
"stock": "15",
"active": 1,
"properties": [
{
"code": "tamanho",
"value": "P"
}
]
},
{
"code": "SKU_variacao_2",
"ean": "9795450563300",
"situation": "Venda Normal",
"value_of": "199",
"value_for": "199",
"spot_value": "199",
"stock": "15",
"active": 1,
"properties": [
{
"code": "tamanho",
"value": "M"
}
]
},
{
"code": "SKU_variacao_3",
"ean": "9795450563300",
"situation": "Venda Normal",
"value_of": "199",
"value_for": "199",
"spot_value": "199",
"stock": "15",
"active": 1,
"properties": [
{
"code": "tamanho",
"value": "G"
}
]
},
{
"code": "SKU_variacao_4",
"ean": "9795450563300",
"situation": "Venda Normal",
"value_of": "199",
"value_for": "199",
"spot_value": "199",
"stock": "15",
"active": 1,
"properties": [
{
"code": "tamanho",
"value": "GG"
}
]
}
]
}
]
}'
[
{
"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
}
]