Table of Contents

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

Product

StockLocationId

The stock location ID of the product.

public long StockLocationId { get; init; }

Property Value

long

UnitId

The unit ID of the product.

public string? UnitId { get; init; }

Property Value

string
To top