Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to get all Items data using the itemsV2 API?

User_AAVPIMay 1 2021

As per the document (https://docs.oracle.com/en/cloud/saas/supply-chain-management/21a/fasrp/op-fscmrestapi-resources-11.13.18.05-itemsv2-get.html), we can see the item API (itemsV2) is used to get all items.
https://servername/fscmRestApi/resources/version/itemsV2?q=ItemNumber=KM_ITEM_REST1;OrganizationCode=V1

But, why is it asking for ItemNumber or ItemDescription as mandatory?
2021-05-02_002003.png
We can only get one item if we pass the item number or just can get few items with the below conditions
q=ItemNumber LIKE 'PA0%';OrganizationCode='V1'
q=ItemNumber >= 'PA00001';OrganizationCode='V1'

Please help me to get all the items list using the itemsV2 API.

Comments
Post Details
Added on May 1 2021
1 comment
359 views