Table of Contents

Class StockGroup

Namespace
Dynamicweb.Ecommerce.Stocks
Assembly
Dynamicweb.Ecommerce.dll

Represents the stock group.

[Serializable]
public class StockGroup
Inheritance
StockGroup
Inherited Members

Properties

Id

Gets the id.

public string Id { get; }

Property Value

string

Exceptions

ReadOnlyException

Setter throws exception when the stock group in readonly mode.

Name

Gets or sets the name.

public required string Name { get; set; }

Property Value

string

Exceptions

ReadOnlyException

Setter throws exception when the stock group in readonly mode.

StockLocationId

Gets or sets the optional stock location ID. When set, this group only applies to the specified stock location.

public long? StockLocationId { get; set; }

Property Value

long?
To top