Module products_api

Module products_api 

Source

Enums§

AddProductError
struct for typed errors of method add_product
AddProductFollowerError
struct for typed errors of method add_product_follower
DeleteProductError
struct for typed errors of method delete_product
DeleteProductFollowerError
struct for typed errors of method delete_product_follower
GetProductDealsError
struct for typed errors of method get_product_deals
GetProductError
struct for typed errors of method get_product
GetProductFilesError
struct for typed errors of method get_product_files
GetProductFollowersError
struct for typed errors of method get_product_followers
GetProductUsersError
struct for typed errors of method get_product_users
GetProductsError
struct for typed errors of method get_products
SearchProductsError
struct for typed errors of method search_products
UpdateProductError
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.