get https://api.conekta.io/orders
Get order details in the form of a list
Smart Filtering
The smart filter search allows you to search for orders based on different criteria, including "id", "customer", "email", "charge", "phone", and "amount".
Additionally, if no matches are found in these fields, the filter will also search for text matches in the fields "customer name", "shipping contact email", "shipping phone", and "shipping receiver".
Advanced Filtering
In addition to having smart filters, we can filter by specific fields using an advanced filter type that helps us obtain more precise data.
You can learn about our advanced filters in Advanced Filters.
To use these filters, they are only allowed in the following fields:
Field | Description |
---|---|
id | Filters by ID |
amount | Filters by amount |
last_payment_info.status | Filters by last payment info status |
last_payment_info.payment_method | Filters by payment method used. You can filter by: CreditCardPayment, SpeiPayment, CashPayment |
created_at | Filters by creation date |
updated_at | Filters by update date |
payment_status | Filters by order status |
customer_info.id | Filters by customer ID |
customer_info.email | Filters by customer email |
customer_info.name | Filters by customer name |
customer_info.phone | Filters by customer phone |