Inventory Methods
Get methods
GetStockListLite - gets inventory levels and values and a returns list of LiteStock
GetStockListLiteCombined - gets combined inventory for all locations and returns list of LiteStock. Note, Location field will be empty and Due column contains 0
Categories - list all categories (Webservice only), returns Category class
GetImageURL - gets list of all image URLs hosted by linnlive server
GetStockItemDetails(string token, string SKU) - returns detailed information about a product. Returns StockItemClass class.
Add Method
AddProductCategory(string token, string CategoryName) - add new product category to Linnworks. Returns GUID with category id. If category name already exists, returns category id of the existing category
Return classes
LiteStock - class represents stock level for a specific SKU for a specific location
SKU - SKU of the item Level - stock level Available - physical stock level minus open orders InOpenOrder - how many in open orders (for all locations) Due - on order from supplier (for all locations) Value - stock value for the given location Location - location of stock MinLevel - minimum level for the location
|