Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hi I am working on an integration where one of the requirements is that we need to fetch Inventory balance for in stock Inventory.
I would like to only fetch inventory balance for articles where changes has been made.
Can someone tell me what the best option for this is ?
1 REPLY 1
Hi Dante,
I believe GET/api/v3/Inventory can be used with "modifiedSince" parameter.
Details of the endpoint can be seen : https://salesorder.visma.net/swagger/index.html
