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.
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.