List OrdersAsk AIget https://api.fera.ai/v3/private/ordersRetrieve a list of orders.Query Paramspageint32≥ 1Current page number, if pagination used.page_sizeint32≥ 1Number of items per page.limitint321 to 100Maximum number of items retrieved.offsetint32≥ 0Starting position of items request query.customer.external_idstringExternal customer ID (usually the Wix, Shopify or other eCommerce platform customer ID).customer_idstringFilter by Fera customer ID or external customer ID.external_idstringExternal order ID (usually the Wix, Shopify or other eCommerce platform order ID).external_idsstringComma-separated list of external order ID (usually the Wix, Shopify or other eCommerce platform order IDs).searchstringSearch by any of the following columns: number, line_items, platform_data, platform_order_id, platform_customer_id, customer.id, customer.external_id, customer.email, customer.name, etcsort_bystringenumSort (order) the response results by the given attribute. Add :desc to sort in descending order, or :asc to sort in ascending order. For example: created_at:desc would get you created_at in descending order.created_atexternal_created_attotalrating.countAllowed:created_atexternal_created_attotalrating.countResponses 200Successful response 400Bad requestUpdated about 1 year ago