Hi Experts,
Im trying to call the commerce scale unit REST APIs using postman.
i would like to know how to make the full URL of the CSU API call via postman
I am talking about the below built in APIs:
docs.microsoft.com/.../retail-server-customer-consumer-api
I followed the steps here:
docs.microsoft.com/.../consume-retail-server-api
But it does not mention how to make the full URL to call in postman, it only showed one example which doesnt work for the other APIs.
https://<Retailserverurl>/Commerce/Customers('2001')/GetOrderHistory
How does one know the actual URL like in the above it is /Customers with the parameter in the Customers part and not the GetOrderHistory ?
Does someone have a postman collection or is there some way i can call the API and get all the info?
PS i already refered to the below blog:
https://patrickmouwen.com/technicalint/d365-retail-apis-part-iii-how-to-use-the-d365-retail-apis/
Please help.
Thank you.