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.

Can we fetch the order records on the basis of order name.

Can we fetch the order records on the basis of order name.

Brijender
Visitor
2 0 0

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?

Replies 2 (2)

awwdam
Shopify Staff
249 42 38

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

Brijender
Visitor
2 0 0

 

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.