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.

update product title is invalid

update product title is invalid

trancy
Shopify Partner
2 0 0
Hi all,
I am using rest api to update product title for a customer, but it does not make sense for their shopify store.
 
The request is ok for other store. I use postman to test why, and found there are two operations for update product title: PUT and Get.  PUT doesn't have request body, but Get have request body. The image can show the detail. It's strange and I don't know how does this occur. Other store only have PUT for update product title.
2.png
 
Thanks for your reply!
Replies 3 (3)

Kyle_liu
Shopify Partner
438 55 80

Hi @trancy 

 

I noticed that you added a proxy in the request. Do you have any special requirements? Can you delete it and call the product update API again

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee
Kyle_liu
Shopify Partner
438 55 80

According to the Shopify API documentation, it is not recommended to use the REST API to operate products after April 2024

Kyle_liu_0-1720768709403.png

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee
trancy
Shopify Partner
2 0 0

Hi Kyle Liu:

 

Thanks for your reply.

I am a POS programer, I am using rest API to synchronize data between our POS and shopify product. All operations are ok for other customers. Only this customer has problem. I think this problem should be due to the settings of website or special apps. I can't access the website directly if I don't use proxy. 

 

I know REST API will not be supported after April 2024. I use the Version 2024-01, it's valid now.

 

Thanks

Trancy