Update product title is invalid

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.

Thanks for your reply!

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

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

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