curl --request GET \
--url https://api.example.com/products/{id}{
"id": "cffbca85-da89-4b2a-aecf-31422abcb34a",
"sku": "PROD-123",
"commercialName": "Cabo USB-C",
"description": "Cabo veloz.",
"type": "SIMPLE",
"status": "APPROVED",
"width": 10,
"height": 5,
"weight": 0.50,
"netWeight": 0.45,
"variations": []
}
Retorna a hierarquia integral (full detail) referente a um produto específico com base no seu UUID.
curl --request GET \
--url https://api.example.com/products/{id}{
"id": "cffbca85-da89-4b2a-aecf-31422abcb34a",
"sku": "PROD-123",
"commercialName": "Cabo USB-C",
"description": "Cabo veloz.",
"type": "SIMPLE",
"status": "APPROVED",
"width": 10,
"height": 5,
"weight": 0.50,
"netWeight": 0.45,
"variations": []
}
{
"id": "cffbca85-da89-4b2a-aecf-31422abcb34a",
"sku": "PROD-123",
"commercialName": "Cabo USB-C",
"description": "Cabo veloz.",
"type": "SIMPLE",
"status": "APPROVED",
"width": 10,
"height": 5,
"weight": 0.50,
"netWeight": 0.45,
"variations": []
}