So, we're looking to shift from an third party connector to the /native/ Shopify connector between our BC and Shopify Plus stores.
I've been able to get everything to sync, products and what have you, but I have some trouble with the currencies.
Quick fact:
BC base currency is SEK (Swedish Krona)
Shopify base currency is USD since we work mostly internationally.
But we do run Shopify markets and currently customers can check out in whatever currency they want, and multicurrency is crucial for us, even if we would need to settle for USD, SEK, EUR and CAD. However, all orders coming into BC are reverted back to USD for some reason.
In the transaction and JSON data I can see that both the Shopify base currency and the checkout currency tags along. Is there a setting i am missing, or is it just not possible to have the checkout currency to tag along to BC and create invoices in the same?
Example of JSON data where both currencies are visible (this one from a test where i placed the order in USD but had the Shopify base currency set to SEK);
/amount/: /1792.00/,
/currency/: /SEK/,
/payment_id/: /rTFl81lhyoYrgky9Q5p7lRrF4/,
/total_unsettled_set/: {
/presentment_money/: {
/amount/: /0.0/,
/currency/: /SEK/
},
/shop_money/: {
/amount/: /0.0/,
/currency/: /USD/
}
},