Récupère un produit par son identifiant, avec l’ensemble de ses attributs localisés et ses médias associés.
curl https://api.entropim.fr/v1/products/SKU-10492 \ -H "Authorization: Bearer ${ENTROPIM_TOKEN}" \ -H "Accept-Language: fr-FR" \ -G --data-urlencode "include=media,variants"
{ "sku": "SKU-10492", "family": "cables", "name": "Câble H07V-K 2.5mm² bleu", "completeness": { "overall": 0.94, "channels": { "web": 1.0, "print": 0.82 } }, "attributes": { "section": { "value": 2.5, "unit": "mm2", "source": "manual", "updated_at": "2026-03-12T09:22:11Z" }, "voltage": { "value": 450, "unit": "V", "source": "rule", "updated_at": "2026-03-12T09:22:11Z" }, "color": { "value": "bleu", "source": "ai-suggestion", "confidence": 0.98 }, "compliance": { "value": ["REACH","RoHS"], "source": "supplier-feed" } }, "media": [ { "type": "image", "url": "https://cdn.entropim.fr/…/front.jpg" } ], "variants": [ { "sku": "SKU-10492-100M", "length_m": 100 } ] }