Update Market Price by graphQL

Update Market Price by graphQL

Chris_Sydney
Shopify Partner
103 4 20

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. 

Reply 1 (1)

Chris_Sydney
Shopify Partner
103 4 20

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?