Class InventoryService
java.lang.Object
org.api.manapool.services.InventoryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInventoryItems(List<ProductQueryEntry> inventoryList) getSellerInventory(int limit, int offset)
-
Constructor Details
-
InventoryService
-
-
Method Details
-
getSellerInventory
- Throws:
IOException
-
getSellerInventory
- Throws:
IOException
-
addInventoryItems
public List<InventoryEntry> addInventoryItems(List<ProductQueryEntry> inventoryList) throws IOException - Throws:
IOException
-
updateInventoryItems
- Throws:
IOException
-
deleteInventoryItems
- Throws:
IOException
-
getClient
-