Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi All,
I'm trying to create different pricing for different currency.
Followed below steps:
1. Create PriceList using priceListCreate GraphQL mutation (in my case USD for international pricing)
2. Added pricing for product variant using priceListFixedPricesAdd GraphQL mutation
3. 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