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
string
Product UUID
string
Product name
number
Default unit price
List products
GET
/backend/pipeline/productspipeline.view.
Create a product
POST
/backend/pipeline/productspipeline.products.manage.
Request Body
string
required
Product name
number
Unit price. Default:
0.Update a product
PUT
/backend/pipeline/products/{id}pipeline.products.manage.
string
required
Product name
number
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.