# Product detail by omnicado id **GET /products/{id}** Get product detail by omnicado ID ## Servers - Production API endpoint - live use only: api.services.omnicado.com/api/v2 (Production API endpoint - live use only) - Development API endpoint - used for testing: api.dev.services.omnicado.com/api/v2 (Development API endpoint - used for testing) ## Authentication methods - Omnicado token based scheme ## Parameters ### Path parameters - **id** (integer(int32)) Product omnicado ID ## Responses ### 200 Order response #### Body: application/json (object) - **id** (integer(int64)) - **itemgroupId** (string) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **currency** (string) ISO currency code - **countryOfOrigin** (string) - **taricCode** (string) - **remoteId** (string) - **ean** (string) - **brand** (string) - **isActive** (boolean) - **isAvailable** (boolean) - **vat** (number(float)) - **dataSource** (object) - **price** (object) - **images** (array[object]) - **categories** (array[object]) - **parameters** (array[object]) - **translations** (array[object]) - **stock** (array[object]) [Powered by Bump.sh](https://bump.sh)