# Create inventory product Creates a new Inventory Product record. Inventory Product resource in the Animal Health Data Store Endpoint: POST /site/{siteId}/ahds/v1/inventory-product Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Request fields (application/json): - `code` (string) Practice-specific product code or SKU. - `extensions` (object) 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 ## Response 201 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 409 fields