- Subcategories:
- Attachments
- Item Translation
Catalog Products Items REST Endpoints
Catalog Products Items
The product items resource is used to view the list of product items associated to a specific usage code or mode. It has the option to filter records based on territory.
- Create a product item - Not Supported
- Method: postPath:
/crmRestApi/resources/11.13.18.05/catalogProductItems - Delete a product item - Not Supported
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/catalogProductItems/{catalogProductItemsUniqID} - Get a product item
- Method: getPath:
/crmRestApi/resources/11.13.18.05/catalogProductItems/{catalogProductItemsUniqID} - Get all products
- Method: getPath:
/crmRestApi/resources/11.13.18.05/catalogProductItems - Update a product item - Not Supported
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/catalogProductItems/{catalogProductItemsUniqID}