Hi, I am a beginner at D365 Commerce.
I have cloned D365 Commerce SDK from Dynamics 365 Commerce Github Repo. I have to fetch extension properties during the checkout process.
To do so I have added a post-trigger corresponding to CreateOrderFromCartRequest.
The above trigger is supposed to fetch the custom property by leveraging the extension property of the request object.
This Commerce SDK is on my local machine and I am looking for a way to run it and test the functionality.
Is there any way to run Commerce SDK locally and connect it to the commerce website?
Thanks
Aman Soni