We are starting a new Commerce project, and are currently planning our integration strategy. We would like to use the Service API as much as possible to have a clean API towards Commerce. But I'm a bit concerned if this is the right approach.
Right now we are looking at inventory. Our inventory is managed by the ERP system, but for performance reasons we would like to syncrhonize inventory with Commerce often. Perhaps every 10 minutes if this is possible.
The only Inventory update API's I can see from the documentation are:
POST post/episerverapi/commerce/entries/{entryCode}/inventories
PUT put/episerverapi/commerce/entries/{entryCode}/inventories/{warehouseCode}
But both of these API's seem to update 1 inventory for 1 product. Are there no bulk operations for updating inventory? Or am I just looking the wrong place?
What then is the recommended approach to update inventory for many products at the same time?
Thank you for your help.
Regards
Anders