# Create a new product (manager) **POST /manager/products** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ## Body parameters Content-type: application/json - **type** (string) - **price** (number) - **name** (string) - **description** (string(nullable)) - **sticker** (string(nullable)) - **images** (array[object]) - **active** (boolean(nullable)) - **external_id** (string(nullable)) - **sku** (string) - **stock** (number) - **youtube** (string(nullable)) - **image_instagram** (string(nullable)) - **url** (string(nullable)) - **lang** (string) - **stock_available** (integer(nullable)) ## Responses ### 201: Returns the created product #### Body Parameters: 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 Parameters: application/json (object) - **message** (string) ### 403: Forbidden - You don't have permission to access this route ### 422: Unprocessable Content #### Body Parameters: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)