Search code examples
square-connect

Square API: can List Orders be filtered by state?


I only care about orders that are "PENDING".

Is there a way to filter by Order.state when Listing Orders?


Solution

  • Unfortunately there is no such filter in the API. You'll have to do it in your client application.