How to find catalog Item via API?
Input
- I have: SupplierItemNumber and Supplier.
- I need: acquire ItemId, Price, Agreement data etc. to add the Item to Requisition.
Description
Decided to start with exploring how the request works REST API for Oracle Fusion Cloud Procurement - Get all item details
I used requests like:
- fscmRestApi/resources/11.13.18.05/shoppingCatalogItemDetails/{SearchObjectId}
- fscmRestApi/resources/11.13.18.05/shoppingCatalogItemDetails?finder=PrimaryKey;SearchObjectId={SearchObjectId}
as {SearchObjectId} I tried to set various Item values like ItemId or AgreementLineId etc.
Response that I get: "You don't have access to view the item or agreement line details. (POR-2011023)", but this should not be the case.
Questions
Please, help me with following questions:
Tagged:
0