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: postPath:
/services/rest/connect/v1.4/salesProducts
- Delete a sales product
- Method: deletePath:
/services/rest/connect/v1.4/salesProducts/{id}
- Get a sales product
- Method: getPath:
/services/rest/connect/v1.4/salesProducts/{id}
- Get multiple sales products
- Method: getPath:
/services/rest/connect/v1.4/salesProducts
- Update a sales product
- Method: patchPath:
/services/rest/connect/v1.4/salesProducts/{id}