cURL
curl --request GET \ --url https://api.example.com/v1/inventory/products/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "product": { "id": "prod_01J5K8N2XRQV3M7YGWT4HB6E9C", "gtin": "00814260991517", "additionalGtins": [ "00814260991524" ], "customBarcode": null, "ndc": "0002-1365-01", "name": "Botox 100 Units", "manufacturer": "Allergan", "type": "drug", "description": "OnabotulinumtoxinA for injection, 100 units per vial", "unitOfMeasure": "each", "quantityPerUnit": 1, "metadata": null, "archivedAt": null, "createdAt": "2025-01-10T12:00:00.000Z", "updatedAt": "2025-01-15T08:30:00.000Z" } } }
Returns a single product. Requires read:products scope.
Marketplace API key
Target clinic organization ID
Product ID
Success
Response code
"success"
Show child attributes