Currency that the price has in the product variant

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?

Hey @Hyemi-Noh ,

It should be the Store Currency under Store Details in the Settings Page. That said, the pricing for each store will be based on the store currency.

1 Like