Price / International and Compare At Price / International unable to create using GraphQL

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