A deal also accepts one-off lines (
custom: true), which exist only inside it and never
enter the global catalog. See
Create a deal.The Product object
Product UUID
Product name
Default unit price
List products
GET
/backend/pipeline/productspipeline.view.
Create a product
POST
/backend/pipeline/productspipeline.products.manage.
Request Body
Product name
Unit price. Default:
0.Update a product
PUT
/backend/pipeline/products/{id}pipeline.products.manage.
Product name
Unit price
Changing the price in the catalog does not change existing deals. Name and price are copied
into the line at the moment the product is added to the deal, preserving the historical value
of the negotiation.
Delete a product
DELETE
/backend/pipeline/products/{id}pipeline.products.manage.