Can I connect both USA and Japan FBA accounts simultaneously?

Can I connect both USA and Japan FBA accounts simultaneously?

agustinpfr
Shopify Partner
11 0 2

Hello,

We have our products ready for Fulfillment by Amazon (FBA) in Japan and want to connect them to our website. Currently, we already have an FBA setup in the USA, utilizing the "Buy with Prime" feature.

 

Is it possible to have both the USA and Japan FBA accounts connected simultaneously? Additionally, we want customers from Japan to see their own "Buy with Prime" button on our website.

 

Thank you!

Reply 1 (1)

JoesIdeas
Shopify Partner
2412 223 644

Yes you can connect as many FBA accounts to your Shopify store as you want (I know people connecting 4 or 5).

 

For customers in Japan seeing their own "Buy with Prime" button, you could use an app (or code directly into your theme) to detect where the user is browsing from, then swap in a Buy with Prime button (basically a button linking to that product in Japan Amazon, I'd assume) for the people browsing from Japan.

 

Here's a loose example of what you could do:

<script>
// Code to determine if location = Japan

if (locationJapan) {
  // Replace or show a buy with Prime in Japan button
}

 

 

• Creator of Order Automator [auto tag, fulfill, connect FBA, order jobs]
• Co-Creator of Product Automator [suite of features for products / collections]
• Shopify developer for 10+ years, store owner for 7 years
• Blog: Shopify Tips, Guides, and Automation Tools