InventoryItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class that represents an inventory item.
public class InventoryItem
type InventoryItem = class
Public Class InventoryItem
- Inheritance
-
InventoryItem
Constructors
InventoryItem() |
Properties
IsRestricted |
Gets or sets a value indicating whether this item currently has any inventory restrictions. |
ProductId |
Gets or sets the item product id. |
Restrictions |
Gets or sets the restrictions for this item if any. |
SkuId |
Gets or sets the item sku id. |