# Product Variant Updated This webhook is triggered when a product variant is updated. Endpoint: POST productVariantUpdated Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `ID` (string) Unique identifier of the variant. - `Category` (string) The category associated with the product. - `Product` (string) Name of the product. - `Variant` (string) The variant type or size. - `Name` (string) Full name of the product variant. - `Code` (string) Unique code for the variant. - `Weight` (number) Weight of the variant. - `Type` (string) Type of the product variant (e.g., Standard). - `OrderPrice` (number) Price used for orders. - `UnitCost` (number) Cost of the variant. - `UnitPrice` (number) Selling price of the variant. - `Taxable` (boolean) Indicates if the variant is taxable. - `LoyaltyPoint` (boolean) Indicates if the variant provides loyalty points. - `Discontinued` (boolean) Indicates if the variant is discontinued. - `Components` (array) - `Components.Name` (string) Name of the component. - `Components.Code` (string) Code of the component. - `Components.Qty` (integer) Quantity of the component. - `OutletPrice` (array) - `OutletPrice.Outlet` (string) Name of the outlet. - `OutletPrice.Price` (number) Price of the variant at the specified outlet. - `OutletPrice.ExtraCost` (number) Additional cost applied at the outlet. ## Response 200 fields (application/json): - `status` (string) Example: "success"