# Replace inventory product Fully replaces an existing Inventory Product. All fields must be provided. Endpoint: PUT /site/{siteId}/ahds/v1/inventory-product/{inventoryProductId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `inventoryProductId` (string, required) Inventory Product unique identifier (UUID) ## Request fields (application/json): - `code` (string, required) Practice-specific product code or SKU. - `extensions` (object, required) Vendor- or practice-specific extensions. - `isBatchTracked` (boolean, required) Indicates whether the product is batch/lot tracked. - `name` (string, required) Human-readable name of the inventory product. - `unitQuantity` (object, required) Lowest measurable unit for this product. - `unitQuantity.value` (number, required) Numeric value - `unitQuantity.unit` (string, required) Unit of measure - `unitQuantity.system` (string) Unit system URI ## Response 200 fields (application/json): - `code` (string, required) Practice-specific product code or SKU. - `createdAt` (string, required) Timestamp when the inventory product record was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `inventoryProductId` (string, required) Canonical identifier for the inventory product. Example: "123e4567-e89b-12d3-a456-426614174000" - `isBatchTracked` (boolean, required) Indicates whether the product is batch/lot tracked. - `name` (string, required) Human-readable name of the inventory product. - `unitQuantity` (object, required) Lowest measurable unit for this product. - `unitQuantity.value` (number, required) Numeric value - `unitQuantity.unit` (string, required) Unit of measure - `unitQuantity.system` (string) Unit system URI - `updatedAt` (string, required) Timestamp when the inventory product record was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 404 fields