Default Prices REST Endpoints

Products/Default Prices
The default prices resource is used to view, create, update, and delete default prices for products.
Create a default price
Method: post
Path: /crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/DefaultPrices
Delete a default price
Method: delete
Path: /crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/DefaultPrices/{DefaultPriceId}
Get a default price
Method: get
Path: /crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/DefaultPrices/{DefaultPriceId}
Get all default prices
Method: get
Path: /crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/DefaultPrices
Update a default price
Method: patch
Path: /crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/DefaultPrices/{DefaultPriceId}