According to Microsoft Sample Codes, I have successfully connect to Dynamics CRM Online API using below steps:
1. Get Access Token
2. Get Products
Next, I would like to query "Products" from Microsoft Dynamics 365 for Retail using the same technique as above:
1. I registered Dynamics 365 for Retail trial as: https://d365rtrialha-10.retail.dynamics.com
2. I created a native app with ClientID: 422099d3-50f7-4c1f-a7be-bccad59de39d
3. Granted all permissions as below:
4. Get Access Token as below
5. Get Products:
As you can see, the step #5 returns "500: Internal Server Error".
Am I giving wrong resource when getting Access Token or missing Retail API?
As I'm investigating, Microsoft says that AD for Retails is in development, does that means the API for Dynamics 365 for Retail isn't supported yet? Are there any other ways to query for/add/delete/update products in "Dynamics 365 for Retails"
*This post is locked for comments