How to get Buyer Details using REST API
Summary:
We obtained a Buyer ID from a BI report and are trying to retrieve the corresponding Buyer name linked to this ID.
I came across the following API:
GET /fscmRestApi/resources/11.13.18.05/buyersLOV/{buyersLOVUniqID}
I attempted to pass the Buyer ID as a parameter, but no response was returned.
I also tried using GET /fscmRestApi/resources/11.13.18.05/buyersLOV to fetch all Buyer records, but that too returned no data from our system.
Could you confirm if this is the correct API to use for retrieving Buyer details? If not, is there an alternative Buyer API that provides this information?
Content (please ensure you mask any confidential information):