Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Re:

Update product price per market via api

nishap116
Visitor
1 0 0

I'm trying to leverage api's to update product prices per market. How can I achieve this?

 

The price for a product per market is a fixed dollar value.

Replies 5 (5)

ikethepike
Visitor
1 0 0

Hi Nishap,

Did you find a solution here?

 

Thanks!

 

Kumar2573
Shopify Partner
174 8 24

Hi Nishap 

Yes it is possible through grapghql admin api. I implemented this in php. That working fine

 

 

 

 

 

 

Shopify Certified Developer Profile - https://www.credly.com/badges/1733d05c-2a88-490a-aef5-b01baf3b94ce/public_url
Expert Shopify Plus & shopify Developer & Theme customizer
- If the problem is solved remember to click to Accept Solution
- Press Like ?? if the answer was helpful
- Still, Facing issue, Reach out to me Email :- jitendra3496@gmail.com | Skype :- jitendra2573_1
- Direct Hire me :- Direct Contact me
ShopifyDevSup
Shopify Staff
1453 239 531

Hi all - just to add a little context, especially if anyone joins this thread later. You would want to start with our documentation on price lists and product catalogs here. Lots of information on international pricing and how to implement it using the Markets component of the GraphQL admin API like @Kumar2573 mentioned. Hope this helps!

 

Al | Shopify Developer Support

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

Namrata13
Shopify Partner
4 0 5

Hello, I went through the post which you mentioned but can you please suggest me the price update by product id wise?

Namrata13
Shopify Partner
4 0 5

Hello, Can you please share proper code structure which you are implementing