# Create a new product **POST /Api/Products** Requires verified email; Requires one of the following permissions: Shop.CreateProduct; Requires the following features to be enabled: Shop ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Authentication methods - Token ## Parameters ### Body: application/json (object) - **name** (string) - **description** (string) - **richTextContent** (string) - **visible** (boolean) - **qrCodeActivated** (boolean) - **qrCodes** (array[integer(int32)]) - **price** (integer(int32)) - **quantity** (integer(int32)) - **userLimited** (boolean) - **userLimit** (integer(int32)) - **inputs** (array[object]) - **notifiedEmails** (array[string(email)]) - **thumbnailUrl** (string) - **Additional properties are NOT allowed** () ## Responses ### 201 Created #### Body: application/json (object) - **id** (integer(int32)) - **name** (string | null) - **description** (string | null) - **richTextContent** (string | null) - **visible** (boolean) - **qrCodeActivated** (boolean) - **qrCodes** (array[integer(int32)] | null) - **price** (integer(int32)) - **quantity** (integer(int32)) - **userLimited** (boolean) - **userLimit** (integer(int32)) - **inputs** (array[object] | null) - **notifiedEmails** (array[string] | null) - **thumbnailUrl** (string | null) - **Additional properties are NOT allowed** () ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)