I am using Shopify Product REST API and passing product title in the query parameter.
Before certain days I was passing “t” as a product name I was getting all the products starting with t letter. But now the API is only responding when I enter the entire product name.
Maybe Shopify updated their API or what I do not aware of. Can anyone know how to achieve this functionality?
I need all products in response which starting from the letter which is entered or provided to the API.
Below mentioned are the details of this REST API.
GET request on “api/2020-07/products.json” URL with the “title” parameter.
I have also tried with 2020-04 and 2020-01 API versions but nothing worked.
If anyone can help to suggest ways to do this then it will be highly suggested.
Thanks for your response. Is there any other way to tackle this situation using REST API or we have to compulsory use GRAPHQL API?
Transforming of the API may take a certain time and our app is in production and users are lacking this feature. Can anyone is having some suggestions/information?