#katsumitogo
1 messages · Page 1 of 1 (latest)
currently I set the shipping on the dashboard and use the referenced ID.
yes I am
Gotcha.
So there are basically two options here more or less
What I would recommend is to collect the user's desired shipping location (at least the country) prior to creating your Checkout Session. Then you create the Session and pass in the correct shipping rates based on that country.
The other option is to pass in shipping rates and include one like "international" or something to account for when a customer wants to ship to a different country.
You would have to be transparent in that case about what "international" entails
Great idea, thanks for that!!