C# Class pcAmerica.DesktopPOS.API.Client.InventoryAPI

Afficher le fichier Open project: pcAmerica/CRE-RPE-Client-API-Library Class Usage Examples

Méthodes publiques

Méthode Description
GetIndividualModifiers ( Context context, string itemNumber ) : List

Retrieves the individual modifiers associated with the specified item (modifiers that are not in groups)

GetItem ( Context context, string itemNumber ) : InventoryItem

Retrieves information about a specific item, including nested modifier groups and modifiers

GetItemList ( ) : List

Retrieves a list of all inventory items

GetItemListExtended ( Context context ) : List

Retrieves more properties of an item than GetItemList()

GetModiferGroupsForItem ( Context context, string itemNumber ) : List

Retrieves the modifier groups associated with the specified item

GetModifierItemsForModifierGroup ( Context context, string itemNumber ) : List

Retrieves the individual modifiers associated with the specified Modifier Group

Method Details

GetIndividualModifiers() public méthode

Retrieves the individual modifiers associated with the specified item (modifiers that are not in groups)
public GetIndividualModifiers ( Context context, string itemNumber ) : List
context Context The store id, station id, and cashier id the information should be restricted to.
itemNumber string The item number to retrieve info for
Résultat List

GetItem() public méthode

Retrieves information about a specific item, including nested modifier groups and modifiers
public GetItem ( Context context, string itemNumber ) : InventoryItem
context Context The store id, station id, and cashier id the information should be restricted to.
itemNumber string The item number to retrieve info for
Résultat InventoryItem

GetItemList() public méthode

Retrieves a list of all inventory items
public GetItemList ( ) : List
Résultat List

GetItemListExtended() public méthode

Retrieves more properties of an item than GetItemList()
public GetItemListExtended ( Context context ) : List
context Context
Résultat List

GetModiferGroupsForItem() public méthode

Retrieves the modifier groups associated with the specified item
public GetModiferGroupsForItem ( Context context, string itemNumber ) : List
context Context The store id, station id, and cashier id the information should be restricted to.
itemNumber string The item number to retrieve info for
Résultat List

GetModifierItemsForModifierGroup() public méthode

Retrieves the individual modifiers associated with the specified Modifier Group
public GetModifierItemsForModifierGroup ( Context context, string itemNumber ) : List
context Context The store id, station id, and cashier id the information should be restricted to.
itemNumber string The item number to retrieve info for
Résultat List