I spoke with my fulfillment company, and they told me that there are three options to update shipping rates in our Shopify Store dynamically:
-
Upgrade our plan from “Shopify” level to “Advanced” or “Plus” to activate their integration
-
Change billing from monthly to annual for our “Shopify” level plan
-
Build a custom integration using webhooks and APIs
The first two options are fairly straightforward, but to ensure I have explored all options, I am looking at the feasibility of #3. While researching, I found little about a “HowTo” for the integration.
I see I can create a webhook in our store, but I need to decide which event to trigger the API call to our third-party fulfillment vendor.
If you have built out this type of integration, I would love some pointers on how you did it or links to posts that helped you figure it out.
TIA.