Update product price per market via api

Topic summary

Topic: How to update fixed per-market product prices via API in a Shopify Custom Storefront.

Key guidance:

  • Use the Shopify GraphQL Admin API with Markets to manage international pricing. Price lists and product catalogs are the relevant constructs for per-market prices.
  • Official documentation on price lists and product catalogs was shared to get started.

Current implementations:

  • One participant confirmed it’s possible and reported a working PHP implementation using the GraphQL Admin API, but no code was provided.

Open requests and unanswered questions:

  • Requests for a proper code structure/example remain unanswered.
  • Specific guidance on updating prices by product ID is requested (how to target a product directly for market-specific pricing).

Notes:

  • Terms: GraphQL Admin API is Shopify’s admin interface for programmatic updates; Markets handles multi-region settings; price lists/product catalogs define per-market prices.

Status:

  • No concrete code samples or step-by-step solution posted yet. The discussion remains open pending implementation details and product ID–based update examples.
Summarized with AI on January 3. AI used: gpt-5.

Hi Nishap,

Did you find a solution here?

Thanks!