# Inventory Supplied Product ## Create inventory supplied product - [POST /site/{siteId}/ahds/v1/inventory-supplied-product](https://docs.heydonto.com/apis/animal-health/openapi/inventory-supplied-product/inventorysuppliedproductcontroller_create.md): Creates a new Inventory Supplied Product record. Inventory Supplied Product resource in the Animal Health Data Store ## List inventory supplied products - [GET /site/{siteId}/ahds/v1/inventory-supplied-product](https://docs.heydonto.com/apis/animal-health/openapi/inventory-supplied-product/inventorysuppliedproductcontroller_findall.md): Returns a paginated list of Inventory Supplied Products for the specified site. Supports filtering and sorting. ## Get inventory supplied product - [GET /site/{siteId}/ahds/v1/inventory-supplied-product/{inventorySuppliedProductId}](https://docs.heydonto.com/apis/animal-health/openapi/inventory-supplied-product/inventorysuppliedproductcontroller_findone.md): Returns a single Inventory Supplied Product by its unique identifier. ## Update inventory supplied product - [PATCH /site/{siteId}/ahds/v1/inventory-supplied-product/{inventorySuppliedProductId}](https://docs.heydonto.com/apis/animal-health/openapi/inventory-supplied-product/inventorysuppliedproductcontroller_update.md): Partially updates an existing Inventory Supplied Product. Only provided fields will be updated. ## Replace inventory supplied product - [PUT /site/{siteId}/ahds/v1/inventory-supplied-product/{inventorySuppliedProductId}](https://docs.heydonto.com/apis/animal-health/openapi/inventory-supplied-product/inventorysuppliedproductcontroller_replace.md): Fully replaces an existing Inventory Supplied Product. All fields must be provided. ## Delete inventory supplied product - [DELETE /site/{siteId}/ahds/v1/inventory-supplied-product/{inventorySuppliedProductId}](https://docs.heydonto.com/apis/animal-health/openapi/inventory-supplied-product/inventorysuppliedproductcontroller_remove.md): Permanently deletes a Inventory Supplied Product record.