# Create a new pricebook item **POST /pricebookItems** Add a new pricebook item with the given details. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) - **pricebookItemID** (integer) - **itemName** (string) - **itemTypeID** (integer) - **description** (string) - **price** (number(double)) - **taxable** (boolean) - **isAdjustable** (boolean) - **rateType** (string) - **IsActive** (boolean) - **companyID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ## Responses ### 201 Pricebook item created successfully ### 500 Error occurred while creating pricebook item [Powered by Bump.sh](https://bump.sh)