My Products
Help
Anonymous
Not applicable

Inventory - Replenishment (?)

by Anonymous

Hello

 

On screen "IN202500" there is a tab for replenishment parameters, quantity per warehouse and such.

Are we blind or is this information not readable through the APIs?

 

/patrik gustafsson

3 REPLIES 3
Accepted solution
Yıldırım
VISMA

by Yıldırım (Updated ‎03-05-2021 15:46 by Yıldırım VISMA )

Hello, 


As of today, Inventory > Stock Items > Replenishment  Info Tab. isn't exposed via Inventory Endpoint.  This improvement idea can be registered in the Ideas Section. 

2021-05-03 14_49_17-Window.png

 

 

 

 

 


Additionally, there is a tab "Warehouse Details" that has been implemented and available via Inventory Endpoint.
We'd recommend checking the fields over to see whether this helps or not.

GET: 

https://integration.visma.net/API/controller/api/v1/inventory?expandWarehouseDetail=true

 

 

    "warehouseDetails": [
      {
        "isDefault": true,
        "warehouse": "string",
        "quantityOnHand": 0,
        "available": 0,
        "availableForShipment": 0,
        "lastModifiedDateTime": "2021-05-03T12:36:25.400Z"
      }
    ],

 

 


Visma.net ERP API Documentation: https://integration.visma.net/API-index/ 

Anonymous
Not applicable

by Anonymous

Is there an open document for roadmaps? What objects that actually is implemented vs not implemented? And not just the Swagger documentation?

 

Yes, expandWarehouseDetails exists and we work with it - but it still doesn't give the Replenishment information.

 

But thank you for the update.

Yıldırım
VISMA

by Yıldırım (Updated ‎03-05-2021 15:24 by Yıldırım VISMA )

Hello Patrik, 

Unfortunately, there isn't any document related to the roadmap that can be shared at this moment.

Availability can be checked by comparing the Financials ERP Module : Fields with the API Endpoints : DTOs. 
(ScreenIDs are labelled in Swagger, might be helpful to find out the correlation between UI & API )


Additionally, we're publishing articles in the News section those are tagged as Upcoming Version News before the final Release Notes. This might also be helpful to see planned  fixes / implementations a little in advance.