# Get a product (manager) **GET /manager/products/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) Numeric ID of the product to retrieve ## Responses ### 200 Returns the requested product #### Body: application/json (object) - **id_product** (integer(int32)) - **name** (string(nullable)) - **type** (string(nullable)) - **discount_percentage** (number(float)) - **price_catalog** (integer(float)) - **reference_unit_price** (integer(float)) - **sku** (string(nullable)) - **youtube_id** (string(nullable)) - **url** (string(nullable)) - **description** (string(nullable)) - **images** (array[object]) - **price** (number(float)) - **stock** (integer(float)) - **stock_available** (number(float)) - **old_image** (string(nullable)) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 404 Product not found [Powered by Bump.sh](https://bump.sh)