Enums§
- AddProduct
Error - struct for typed errors of method
add_product - AddProduct
Follower Error - struct for typed errors of method
add_product_follower - Delete
Product Error - struct for typed errors of method
delete_product - Delete
Product Follower Error - struct for typed errors of method
delete_product_follower - GetProduct
Deals Error - struct for typed errors of method
get_product_deals - GetProduct
Error - struct for typed errors of method
get_product - GetProduct
Files Error - struct for typed errors of method
get_product_files - GetProduct
Followers Error - struct for typed errors of method
get_product_followers - GetProduct
Users Error - struct for typed errors of method
get_product_users - GetProducts
Error - struct for typed errors of method
get_products - Search
Products Error - struct for typed errors of method
search_products - Update
Product Error - struct for typed errors of method
update_product
Functions§
- add_
product - Adds a new product to the Products inventory. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-product" target="_blank" rel="noopener noreferrer">adding a product.
- add_
product_ follower - Adds a follower to a product.
- delete_
product - Marks a product as deleted. After 30 days, the product will be permanently deleted.
- delete_
product_ follower - Deletes a follower from a product.
- get_
product - Returns data about a specific product.
- get_
product_ deals - Returns data about deals that have a product attached to it.
- get_
product_ files - Lists files associated with a product.
- get_
product_ followers - Lists the followers of a product.
- get_
product_ users - Lists users permitted to access a product.
- get_
products - Returns data about all products.
- search_
products - Searches all products by name, code and/or custom fields. This endpoint is a wrapper of <a href="https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem">/v1/itemSearch with a narrower OAuth scope.
- update_
product - Updates product data.