# Quotivity Developer Documentation ## Docs - [Assign Product to Price Books](https://developers.quotivity.com/api-reference/assign-product-to-price-books.md): Assigns a single product to one or more price books at once (updates HubSpot hapily_price_books in one call). - [Add Bundle Option Products](https://developers.quotivity.com/api-reference/bundle-option-products/add-bundle-option-products.md): Adds one or more products to an existing bundle option. Returns the added products with their prices. - [Delete Option Product](https://developers.quotivity.com/api-reference/bundle-option-products/delete-option-product.md): Removes a product from a bundle option. Returns the remaining products in the option. - [Set Option Product Prices](https://developers.quotivity.com/api-reference/bundle-option-products/set-option-product-prices.md): Sets price adjustments for a product within a bundle option, organized by currency. - [Update Option Product](https://developers.quotivity.com/api-reference/bundle-option-products/update-option-product.md): Updates a product within a bundle option, including its quantity, configuration, and display order. - [Clone Bundle Option](https://developers.quotivity.com/api-reference/bundle-options/clone-bundle-option.md): Clones a bundle option with its price book, price book entries, and products. - [Create Bundle Option](https://developers.quotivity.com/api-reference/bundle-options/create-bundle-option.md): Creates a new option for a bundle. Options can be INCLUDED (required) or ADD_ON (optional). Products can be added inline. - [Delete Bundle Option](https://developers.quotivity.com/api-reference/bundle-options/delete-bundle-option.md): Deletes a bundle option and all its associated products and price book entries. - [Get Bundle Option](https://developers.quotivity.com/api-reference/bundle-options/get-bundle-option.md): Retrieves a bundle option with its priced products. - [List Bundle Options](https://developers.quotivity.com/api-reference/bundle-options/list-bundle-options.md): Retrieves a paginated list of options for a bundle, including each option's default product. - [Update Bundle Option](https://developers.quotivity.com/api-reference/bundle-options/update-bundle-option.md): Updates a bundle option's name, description, configuration, or display order. - [Clone Bundle](https://developers.quotivity.com/api-reference/bundles/clone-bundle.md): Clones a bundle with all its options, price books, and products. The cloned bundle is created as inactive without a header product. - [Create Bundle](https://developers.quotivity.com/api-reference/bundles/create-bundle.md): Creates a new bundle with a header product. - [Delete Bundle](https://developers.quotivity.com/api-reference/bundles/delete-bundle.md): Deletes a bundle and all its associated options, products, and price books. - [Get Bundle](https://developers.quotivity.com/api-reference/bundles/get-bundle.md): Retrieves a bundle with all its options split into included and add-on categories. - [Get Bundle Details](https://developers.quotivity.com/api-reference/bundles/get-bundle-details.md): Retrieves detailed pricing information for one or more bundles, including all options and products with their prices. - [List Bundles](https://developers.quotivity.com/api-reference/bundles/list-bundles.md): Retrieves a paginated list of all bundles with option counts. - [Set Bundle Header](https://developers.quotivity.com/api-reference/bundles/set-bundle-header.md): Sets or replaces the header product for a bundle. Clears the old header product's bundle reference in HubSpot. - [Set Bundle State](https://developers.quotivity.com/api-reference/bundles/set-bundle-state.md): Activates or deactivates a bundle. A bundle must have at least one option before it can be activated. - [Clone Price Book](https://developers.quotivity.com/api-reference/clone-price-book.md): Clones a price book. - [Create Price Book](https://developers.quotivity.com/api-reference/create-price-book.md): Creates a new price book - [Delete Price Book](https://developers.quotivity.com/api-reference/delete-price-book.md): Deletes a specific price book - [Delete Price Book Entries](https://developers.quotivity.com/api-reference/delete-price-book-entries.md): Deletes multiple product prices from a price book - [Get Price Book](https://developers.quotivity.com/api-reference/get-price-book.md): Retrieves a specific price book by ID - [Get Price Book Entry Adjustment](https://developers.quotivity.com/api-reference/get-price-book-entry-adjustment.md): Retrieves the adjustment for a product in a price book for a specific currency. - [Get Product Price](https://developers.quotivity.com/api-reference/get-product-price.md): Retrieves the price of a specific product in a specific currency from a price book - [Get Product Prices](https://developers.quotivity.com/api-reference/get-product-prices.md): Retrieves all defined prices for a product - [Get Product Variant Pricing](https://developers.quotivity.com/api-reference/get-product-variant-pricing.md): Retrieves pricing table data for product variants. - [List Price Books](https://developers.quotivity.com/api-reference/list-price-books.md): Retrieves a list of all price books - [Search Price Book Priced Products](https://developers.quotivity.com/api-reference/search-price-book-priced-products.md): Search products already in a price book and populates their prices. - [Set Product Prices](https://developers.quotivity.com/api-reference/set-product-prices.md): Sets prices for multiple products in a price book. Accepts either a single price object or an array of price objects. - [Update Price Book](https://developers.quotivity.com/api-reference/update-price-book.md): Updates an existing price book - [What is the Quotivity API?](https://developers.quotivity.com/home.md): The Quotivity API let's you manage Price Books and Bundles using the same APIs that we use internally. Anything you see and do with Price Books or Bundles in Quotivity, you can accomplish with these APIs! ## OpenAPI Specs - [swagger](https://developers.quotivity.com/swagger.json) - [openapi](https://developers.quotivity.com/api-reference/openapi.json) ## Optional - [Quotivity website](https://quotivity.com) - [User Documentation](https://help.quotivity.com) - [Sign In to Quotivity](https://app.secure.quotivity.com)