I am working on integrating with Oracle Fusion SCM using the REST APIs.
When I post material consumption (issue of raw material) using the materialTransactions REST API, Oracle requires me to provide the TransactionLot details.
However, I am not able to retrieve the generated or assigned lot numbers from the processWorkOrders REST API.
Questions:
- Which REST API should I use to get the lot numbers that are available for a given inventory item?
- Can I retrieve them directly from Inventory (for example, through lots, materialLots, or inventoryBalance APIs)?
- Is there a way to query the available lot numbers tied to a specific work order and operation?
I am testing with Postman at the moment and would appreciate any pointers or example payloads.