Hi All,
I’m trying to create different pricing for different currency.
Followed below steps:
-
Create PriceList using priceListCreate GraphQL mutation (in my case USD for international pricing)
-
Added pricing for product variant using priceListFixedPricesAdd GraphQL mutation
-
Got success response of price addition
But, when I export the product in CSV, both “Price/International” and “Compare At Price/International” are blank.
I’ll appreciate if someone could help me set “Price/International” and “Compare At Price/International” using GraphQL APIs.
Thanks,
Jay