Update Market Price by graphQL

Hey There,

Working in GraphQL, and was wondering if anyone has any guideance on how to update a price of a particular product in a market.

Kind of new to graphQL (very new), but have extensive experience in the REST API.

I was kind of hoping for a payload that would have the market ID and then the product ID and price to update that i can send.

Just adding to this, as i did some digging.

https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/priceListFixedPricesUpdate

Seems to be the go, update the variants within the pricelist.

wondering with this mutiation if there is a limit to the amount of products within it? and also can you update products that don’t have fixed prices with fixed prices?