- Subcategories:
 - Default Prices
 - Large Object (LOB) Attributes - ExtendedDescriptionOne
 - Large Object (LOB) Attributes - ExtendedDescriptionTwo
 - Product Attachments
 - Product Image Attachments
 - Product Translations
 - Smart Actions
 
Products REST Endpoints
            
            Products
            
        
        
    The product resource is used to view, create, or modify a product. A product is an item that an organization or company intends to sell.
- Create a product
 - Method: postPath:
/crmRestApi/resources/11.13.18.05/products - Get a product
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId} - Get all products
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/products - Update a product
 - Method: patchPath:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}