Hi.
I’m developing an application using shopify REST API.
I want to know which currency is used in the price of product variant.
"variants": [
{
"price": "199.00",
"compare_at_price": null
}
API link is here.
Is the currency used here the store currency?
If it’s store currency, can I apply this assumption to all shops?