Hi Team,
I'm trying to Integrating Shopify Orders to Business central Sales order through REST API, But i'm facing some issues..
https://docs.microsoft.com/en-us/dynamics-nav/fin-graph/resources/dynamics_account
1) How can add Shipping address through REST API call. I can see only billing address, (most of the times billing address can't be shipping address)
2) Through REST API call i can see shipping methods, but i can't see shipping cost. Through REST API call how can i set shipping cost is there any way ?
3) How status will be changes based on payment methods ?
4) How Tax codes will be applicable to Order?
did you try this shopify app for BC
Creating an API for handling Sales Orders as needed (if standard one is not enough) is quite simple, you need to create an API page with AL with all the fields you need.
Hi Stefano,
Is creating an API page easy to do? Just seems odd it won’t let you send a delivery address to delivery address?
I had a look at an overview of a Shopify plugin and they had a seperate menu in BC where the orders come in and then they transfer to BC. Is that the sort of thing to do?
I think we will just have to update the customer default then add order for now as we’re going like this week and I have no knowledge of creating a separate API page.
Just seems like it should be something that is already possible as the data fields are there?
Why don’t you create a custom API page with the data you need?
Hi Muneswara, on point 1 did you manage to come up with a solution? We have stumbled across the same issues with our woocommerce integration, will be interesting to know how/if you resolved it?