Discussing APIs and development related to customers, discounts, and order management.
I followed this docmentation - https://shopify.dev/api/usage/search-syntax
I also created a search query based on order name like - - /admin/api/2021-07/orders.json?query=name:{name}
but it is not returning any record.
Is this possible or we can not do that with order?
Hey @Brijender - would you be able to provide an example x-request-id from a call where the unexpected functionality mentioned is present? With that I would be happy to take a peek, and see if I can pass back any insights - Cheer!
awwdam | API Support @ Shopify
- Was my reply helpful? Click Like to let me 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
Thanks Awwdam for the response. Now I am able to filter on the basis of order name but getting the issue.
"Exceeded 4 calls per second for api client. Reduce request rates to resume uninterrupted service."
Can you explain to me why it is coming and how can we resolve this.