# List orders for current dealer **GET /orders** Paginated, filterable. ## Servers - Production: https://api-dealer.dilisupplement.com/api (Production) ## Parameters ### Query parameters - **page** (number) Trang, bắt đầu từ 1 - **page_size** (number) Số bản ghi mỗi trang - **search** (string) Free-text search across tracking_number / customer_name / customer_phone - **status** (number) Filter by OrderStatus code - **category** (string) Dashboard status bucket (timestamp-driven). Applies the cutover floor date. - **statuses** (array[number]) Lọc nhiều trạng thái cùng lúc (OR). Kết hợp AND với `status` nếu gửi cả hai. - **from_date** (string) Ngày tạo từ (YYYY-MM-DD, giờ Việt Nam) - **to_date** (string) Ngày tạo đến (YYYY-MM-DD, giờ Việt Nam, bao gồm cả ngày) - **carrier** (number) Lọc theo hãng vận chuyển - **source** (string) Nguồn đơn (dealer_app | pancake | ...) - **product** (string) Lọc theo tên sản phẩm trong đơn - **cod_from** (string) COD tối thiểu (NUMERIC dạng chuỗi) - **cod_to** (string) COD tối đa (NUMERIC dạng chuỗi) ## Responses ### 200 Paginated order list with `{ data, meta }` [Powered by Bump.sh](https://bump.sh)