InventoryManager Prototype
Endpoints 1-6 (create/move/remove items & containers). Update API_URL if needed.
Config
API URL
1. Store new item
Item name
Container ID
Quantity
Store item
2. Remove item
Item ID
Remove item
3. Add container
Name
Parent ID (optional)
Add container
4. Remove container
Container ID
Remove container
5. Move container
Container ID
Target parent ID (optional)
Move container
6. Move item
Item ID
Target container ID
Move item
API response
No request yet.