Sales Products REST Endpoints

Sales Products
The items or services sold by an organization. Sales products are available to customers through quotes and promotions.
Create a sales product
Method: post
Path: /services/rest/connect/v1.4/salesProducts
Delete a sales product
Method: delete
Path: /services/rest/connect/v1.4/salesProducts/{id}
Get a sales product
Method: get
Path: /services/rest/connect/v1.4/salesProducts/{id}
Get multiple sales products
Method: get
Path: /services/rest/connect/v1.4/salesProducts
Update a sales product
Method: patch
Path: /services/rest/connect/v1.4/salesProducts/{id}