Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Availability may be displayed as a text, as an icon and actual stock level. Text and icon may be changed based on level indicating e.g. low stock.

Overview

StockDisplayModes? StockDisplayMode
Display mode of stock. Default is StockDisplayModes.All.
enum StockDisplayModes {
    None = 0x0,
    Text = 0x1,
    Quantity = 0x2,
    Icon = 0x4,
    AvailibilityText = 0x4,
    LeadTime = 0x8,
    All = 0x1F
}

 

  • No labels