# Get product 📘 **GET /products/{segment_key}/{product_id}** Get all information about a product: * descriptions in multiple languages - *name / long description / short description* * picture URLs - *main picture + additional pictures* * documents in multiple languages - *technical sheet, manuals, CE certificates...* * property values - *as defined by segment data model* * variants - *child products which are variants of the parent product* * SKUs - *logistic references for products* * relations with other products - *symmetrical and asymmetrical, and potentially from other segments* ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Authentication methods - Api key ## Parameters ### Path parameters - **segment_key** (string) The segment key, as returned by list segments endpoint. - **product_id** (string) The unique product id, as returned by list products endpoint. ### Query parameters - **with_sku_details** (boolean) Set to "1" to request all detailed SKU information, otherwise only SKU codes will be provided. *SKU data model can be requested on the Fetch segment data model endpoint with "sku" as segment key.* - **sku_type** (string) Set to the sku type key for which you want to get SKU data from. It can be useful if you handle several SKU types in your corporation, but you want information on a different SKU type which is not the default one - **with_asset_details** (boolean) Set to "1" to request more detailed information about assets (name, source url, multiple assets...) - **with_dynamic_tiles** (boolean) Set to "1" to request dynamic information about tiles (in that case the title, the pictogram and the value can change for each product) - **with_json_path** (boolean) Set to "1" to also request api endpoint + json path for each item in the views, allosing easier query of detailed items attributes ## Responses ### 200 Successfully returned product information #### Body: application/json (object) - **status** (string) - **result** (object) ### 404 Unknown product id #### Body: application/json (object) - **status** (string) - **message** (string) ### 403 Unauthorized product #### Body: application/json (object) - **status** (string) - **message** (string) ### 419 Rate limit exceeded #### Body: application/json (object) - **status** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)