# Update a product (manager) **PATCH /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 update ### Body: application/json (object) - **type** (string(nullable)) - **name** (string(nullable)) - **description** (string(nullable)) - **sticker** (string(nullable)) - **image** (string(nullable)) - **active** (boolean(nullable)) - **sku** (string(nullable)) - **external_id** (string(nullable)) - **price** (number(nullable)) - **stock** (number(nullable)) - **stock_available** (number(nullable)) - **youtube** (string(nullable)) - **image_instagram** (string(nullable)) - **url** (string(nullable)) - **lang** (string(nullable)) ## Responses ### 200 Returns the updated product ### 403 Forbidden - You don't have permission to access this route ### 404 Product not found [Powered by Bump.sh](https://bump.sh)