get https://api.atendare.com/v2/products/
{
"success": true,
"data": {
"description": "Descrição do produto",
"image": "https://image-url/image.png",
"image_min": "https://image-url/image.png",
"status": 1,
"cost_price": 1000.12,
"edit_costprice": true,
"edit_unitprice": true,
"ignore_in_goals": true,
"max_discount": 80,
"unit_price": 2000.12,
"currency_id": 1,
"currency": {
"id": 1,
"name": "Brazilian real",
"symbol": "R$",
"territory": "Brazil",
"iso_code": "BRL",
"is_default": false,
"thousands": ".",
"decimal": ",",
"precision": 3
},
"category_id": 1,
"category": {
"id": 1,
"name": "Nome da categoria"
},
"measuringunit_id": 1,
"measuringunit": {
"id": 1,
"name": "Unidade (metros)",
"unit": "M"
},
"supplier_id": 1,
"supplier": {
"id": 1,
"name": "Nome do fornecedor",
"full_name": "Nome completo do fornecedor",
"image": "https://image-url/image.png",
"image_min": "https://image-url/image.png",
"show_name": "Nome exibido do fornecedor"
},
"suppliers": [
{
"id": 1,
"name": "Nome do fornecedor",
"full_name": "Nome completo do fornecedor",
"image": "https://image-url/image.png",
"image_min": "https://image-url/image.png",
"show_name": "Nome exibido do fornecedor"
}
],
"creation_date": "2020-12-01T17:12:02Z",
"update_date": "2022-06-02T17:37:55Z",
"author_id": 1,
"author": {
"id": 1,
"detail": "Nome do autor",
"type": 1,
"user_id": 1,
"automation_id": 1,
"form_id": 1,
"import_id": 1,
"user_uid": 1
},
"tags": [
{
"id": 1,
"name": "Nome da Tag",
"color": "#ffffff"
}
],
"id": 1,
"name": "Nome do produto",
"type": 2,
"reference": "Nome da refêrencia"
}
}