An order consists of items. Each item can have one of the following statuses: placed, delivered, paid, canceled, or returned. A single order can contain items with different statuses. For example, three items may be delivered while one is canceled.Documentation Index
Fetch the complete documentation index at: https://help.maestra.io/llms.txt
Use this file to discover all available pages before exploring further.
Which status is used for filtering
What this means: For example, an order was placed, then paid, and later delivered..png?fit=max&auto=format&n=wm8oEjg6bFaQwCHC&q=85&s=d568da4be54d6e4ee485427fff5fa461)

Which statuses should you use in your filter?
Start with the business goal. In most cases, you’ll want to include “positive” order statuses — such as Placed, Paid, or Delivered (using the OR condition): .png?fit=max&auto=format&n=05-EV9YqA_RINTJ8&q=85&s=c32c03e6b0cd0dc0fdfae7ab29400b62)
.png?fit=max&auto=format&n=05-EV9YqA_RINTJ8&q=85&s=b4249958d42f408559341d9fdf0fa5b9)
.png?fit=max&auto=format&n=05-EV9YqA_RINTJ8&q=85&s=a16b311ebb1e2b3a3afc5086f05bd8f8)
- In the first case, orders with partially canceled or delivered items are included.
- In the second case, all the items are paid.