Class ProductAdjustmentContext
- Namespace
- Dynamicweb.Ecommerce.Orders.Adjustments
- Assembly
- Dynamicweb.Ecommerce.dll
The context for a adjustment applied to a product.
[Experimental("DWEX100001")]
public sealed class ProductAdjustmentContext : AdjustmentContext
- Inheritance
-
ProductAdjustmentContext
- Inherited Members
Properties
Product
The product to which the adjustment is being applied.
public required Product Product { get; init; }
Property Value
StockLocationId
The stock location ID of the product.
public long StockLocationId { get; init; }
Property Value
UnitId
The unit ID of the product.
public string? UnitId { get; init; }