How can I fetch all inventory items from a given Organisation through the REST api?
Hi there,
I'm new to Oracle Fusion and need to build an interface on a third party app, which consist on allowing users to search for items within Oracle Fusion, check its stock and create a purchase requisition if the items are not available.
I'm currently blocked on the first part of the integration which is finding the items, because I couldn't find any endpoint that will allow me to fetch all items of a organisation or to fuzzy search items based on part of the item description.
I've tried the itemsv2 endpoint like this:
fscmRestApi/resources/11.13.18.05/itemsV2?q=OrganizationCode='0000';
Tagged:
0