Pipedrive · Capability
Pipedrive API v2 — ProductFields
Pipedrive API v2 — ProductFields. 8 operations. Lead operation: Get all product fields. Self-contained Naftiko capability covering one Pipedrive business surface.
What You Can Do
GET
Getproductfields
— Get all product fields
/v1/productfields
POST
Addproductfield
— Create one product field
/v1/productfields
GET
Getproductfield
— Get one product field
/v1/productfields/{field-code}
PATCH
Updateproductfield
— Update one product field
/v1/productfields/{field-code}
DELETE
Deleteproductfield
— Delete one product field
/v1/productfields/{field-code}
POST
Addproductfieldoptions
— Add product field options in bulk
/v1/productfields/{field-code}/options
DELETE
Deleteproductfieldoptions
— Delete product field options in bulk
/v1/productfields/{field-code}/options
PATCH
Updateproductfieldoptions
— Update product field options in bulk
/v1/productfields/{field-code}/options
MCP Tools
get-all-product-fields
Get all product fields
read-only
idempotent
create-one-product-field
Create one product field
get-one-product-field
Get one product field
read-only
idempotent
update-one-product-field
Update one product field
idempotent
delete-one-product-field
Delete one product field
idempotent
add-product-field-options-bulk
Add product field options in bulk
delete-product-field-options-bulk
Delete product field options in bulk
idempotent
update-product-field-options-bulk
Update product field options in bulk
idempotent