# Get product details Endpoint: GET /v2/products/{id} Version: 2.0 Security: bearer ## Path parameters: - `id` (string, required) Fairly Made's product id or your product's ref ## Response 200 fields (application/json): - `id` (string, required) Unique identifier of this product - `ref` (array, required) A list of external references identifying this product - `name` (string, required) The name of the product - `category` (string, required) The category of the product - `studies` (array, required) A list of studies' extracts linked to this product - `studies.id` (string, required) Unique identifier of this study - `studies.productRef` (string, required) Reference code of the study - `studies.colorCode` (string, required) Color code of the study - `studies.picture` (string, required) A link to the study's picture - `studies.brandCollection` (object, required) A list of minimal information on brand collections attached to this study - `studies.brandCollection.id` (string, required) Unique identifier of this brand collection - `studies.brandCollection.name` (string, required) Name of the brand collection - `studies.links` (array, required) A list of minimal information on links related to this study - `studies.links.id` (string, required) Unique identifier of this link - `studies.links.link` (string, required) URL pointing to an HTTP ressource - `studies.links.type` (string, required) Type of the link - `studies.state` (string, required) The current study's state Enum: "PLANNED", "REVIEWED", "ARCHIVED", "PUBLISHED", "COMPLETED", "IN_PROGRESS", "CANCELLED" ## Response 404 fields