Currency that the price has in the product variant

Solved

Currency that the price has in the product variant

Hyemi-Noh
Visitor
1 0 0

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?

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 523

This is an accepted solution.

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. 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Reply 1 (1)

ThePrimeWeb
Shopify Partner
2139 616 523

This is an accepted solution.

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. 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!