{
"data": [
{
"id": 0,
"partnerId": "SKU-001",
"sku": "SKU-001",
"commerceId": "string",
"name": "Liquidificador 700W - 127V",
"active": true,
"barcodeEan": "string",
"quantity": 0,
"salePrice": "199.90",
"listPrice": "149.90",
"publicationStatus": "UNPUBLISHED",
"operationalTerm": 2,
"stock": [
{
"inventoryId": 0,
"inventoryName": "string",
"quantity": 0
}
],
"images": [
{
"id": 0,
"url": "http://example.com",
"main": false,
"order": 0
}
],
"variations": [
{
"id": 0,
"name": "Voltagem",
"value": "127V"
}
],
"product": {
"id": 0,
"partnerId": "PROD-001",
"commerceId": "string",
"name": "string",
"description": "string",
"active": true,
"codeNcm": "string",
"videoUrl": "http://example.com",
"htmlUrl": "http://example.com",
"brand": {
"id": 0,
"sellerId": 0,
"name": "string"
},
"collections": [
{
"id": 0,
"sellerId": 0,
"name": "string"
}
],
"category": {
"id": 0,
"name": "string"
},
"origin": {
"id": 0,
"name": "string"
},
"dimensions": {
"liquidWeight": 0,
"grossWeight": 0,
"height": 0,
"width": 0,
"length": 0,
"packageHeight": 0,
"packageWidth": 0,
"packageLength": 0,
"perPackage": 0
},
"attributes": [
{
"id": 0,
"name": "string",
"value": "string"
}
]
}
}
],
"pagination": {
"totalItems": 0,
"totalPages": 0,
"currentPage": 0,
"pageSize": 0
}
}