List orders with their statusAsk AIget https://api.splio.com/data/v2/ordersGet the list of orders with their status.Query Paramsper_pageinteger1 to 1000Defaults to 50Number of items displayed per page.page_numberinteger≥ 1Defaults to 1Page number.fieldsarray of objectsUse a combination of field, operator and searched value. It will return orders that matched your search. Fields available on search in orders are 'external_id', 'shipping_amount', 'discount_amount', 'total_price', 'tax_amount', 'currency', 'sales_person', 'created_at', 'ordered_at' and custom fields numbers (0, 1, 2, ...)fieldsADD objectResponses 200Orders retrieval is successful. 400The request validation failed. 401Authentication failed. 403Forbidden.Updated 7 months ago