How am I able to only receive orders with more than 1 specific financial_status?
I use REST API and I poll for orders with making GET requests to a URL.
How would the structure be?
This seems not to be working:
?financial_status=paid&financial_status=refunded
I want to filter out Payment_pending.