Retrieving data via API
A separate endpoint is provided to retrieve record information. Making a call to this endpoint with a list of requested unique identifiers will yield all data available for each product record in the list. The request must be a POST method and is limited to retrieving a maximum of 20,000 items per request.
Endpoint: https://apim-saas-prod-p1.azure-api.net/Dim/v1/MultiLookup
JSON Sample:
[ "654165", "896518", "849651", "265863", ]