bosOnline
  1. Order
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh
      • Logout
    • Product
      • Inventory
      • Update Inventory
      • Download Inventory
      • Download Variant
      • Get Category
      • Get Edit Product
      • Delete Product
      • Product List
      • product
      • Edit Product Detail (Product Detail)
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU Variant
      • Cek SKU Product
      • Duplicate Product
      • Create Product Dummy
    • Form
      • Form
      • Edit Form
      • Form Detail
      • Form list
      • Edit Status Form (Product Detail)
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
      • Delete Form
      • Form list Donwload
      • Duplicate form
      • Duplicate form batch
    • Order
      • Checkout
        • Created Order
        • Request Create Order Abandoned
        • Updated Order Abandoned
        • Download QRIS
      • Follow up
        • Follow Up
        • Follow Up Attempts
      • Edit Choose Courier
      • Edit Payment Method
      • Update Pengiriman Kurir
      • Confirm Payment
      • Validation Number WA
      • Order List
      • Recap Order List
      • Update Status Order
      • Load checkout Form
      • Estimation Rates
      • Download Order List
      • Cetak Invoice
      • Courier List
      • Update Payment Method
      • Detail Order
      • Edit Customer Order
      • Edit Another Fee
      • Download Order List Abandon
      • Download Order Item
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Get Revenue
      • Tips
      • Announcement
      • Store
      • Store
      • Cek SubDomain
      • Edit Subdomain
      • On Boarding
      • Warehouse
      • Get Region
      • Get Province List
      • Get Notification
      • Tips
    • API Boscod
      • Cek Ongkir
      • Wilayah
      • Tracking Order
      • Forgot Password (Reset Password)
      • Warehouse
      • Order Shipping
      • winpay service
      • Saldo BosPay
      • Validation Number WA With store
      • Warehouse
      • Updated Order Shipping
    • Profile
      • Warehouse
      • Edit Warehouse
      • Profile
      • Account Deletion
      • Default Warehouse
      • Me
    • Staff
      • Create Staff
      • Delete staff
      • Staff List
      • Edit Status Staff
      • Update staff
      • Edit Multi Status Staff
      • Download Staff List
      • Detail Staff
    • Rekening
      • Bank List
      • Get Rekening List
      • Download Rekening List
      • Rekening Detail
      • Create Rekening
      • Edit Rekening
      • Delete Rekening
      • Edit Status Rekening
    • Voucher
      • List Voucher
      • Edit Voucher Status
      • Voucher
      • List Voucher Checkout
      • Delete Voucher
      • Download List Voucher
    • Session
      • Active Sesion
      • Sesion History
      • Logout All Outher Session
      • Logout Session ID
  • AdminBosOnline
    • Dashboard
      • Header Summary
      • Get Popular Products
      • Rekap Product
      • Revenue
      • Get Top Seller
    • Seller
      • Detail
        • Seller Detail
        • Update Seller Detail Status & Marking
        • Seller Store
        • Update Detail Seller Store
        • Seller Product
        • Download Product Seller
        • Update Status Produk Seller
        • Seller Warehouse List
        • Seller Note
        • Create Seller Note
        • Update Seller Note
        • Delete Seller Note
        • Seller Domains
      • Seller Summary
      • Seller List
      • Download Seller List
      • Seller Active Status
      • Update Marking Sellers
      • Detail Bank Seller
    • Products
      • Recap Product
      • Get List Product
      • Download list product
      • Edit status product
      • Update Marking Product
      • Detail Product Seller
      • Detail Product Variant
      • Download Product Variant
      • Product Form
    • Order
      • Order Recap
        GET
      • Order List
        GET
      • Download Order
        POST
      • Detail Order
        GET
      • Cetak Invoice
        POST
    • Store
      • Create Store
      • Upload Image Custom
    • auth
      • Get User Internal
      • Get Detail User Internal
      • Create Internal User
      • Edit Detail Internal User
      • Update Active User Internal
      • Delete Internal User
    • Cache
      • All Cache
      • Cache Statistics
      • Flush All Cache
      • Specific Cache key
      • Specific Cache Pattern
      • Specific Cache User
  • Health
    GET
  1. Order

Order List

Tested
GET
/admin/orders
Endpoint ini digunakan untuk menampilkan list order. API ini digunakan di halaman Daftar Order -> List.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200OK
application/json
Body

🔴503Service Unavailable
🟠404Record not found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/admin/orders?start_date=2025-05-01&end_date=2025-05-20&payment_status=1&category&keyword=Biji Kopi&sort_by=invoice_code&sort_dir=asc&status_order&tracking_status&payment_method=COD&courier=jne&start=0&limit=10&type' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Success
{
    "data": [
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1758076418458",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1760683403192",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1757575353919",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1758074438495",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1759914423333",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1759996867960",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1757387773668",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1757574616290",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "CCY1761103276612",
            "created_at": "2025-10-22T10:23:10.009319+07:00",
            "customer_name": "poppo",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 500000,
            "customer_address": "BALONGBENDO, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1757579828504",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 1,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        },
        {
            "invoice_code": "PMH1761103069595",
            "created_at": "2025-10-22T10:20:39.367938+07:00",
            "customer_name": "pikachu",
            "customer_phone": "6282229038191",
            "product_name": "Bandai Figurise Standar Gallantmon Amplified",
            "sku_induk": "fgr-dg001-1",
            "order_type": 0,
            "payment_status": 0,
            "order_status": 0,
            "courier_code": "idx",
            "gross_value": 3600000,
            "customer_address": "BUDURAN, SIDOARJO",
            "payment_method": "NONCOD",
            "seller_name": "huwiik",
            "seller_code": "1759996867960",
            "order_item": [
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "P-Bandai",
                    "variant_price": 800000,
                    "variant_quantity": 2,
                    "variant_sku": "fgr-dg001-1-1"
                },
                {
                    "image": {
                        "file_path": "/uploads/stores/105/products/1760065145-90.jpg",
                        "image_url": {
                            "medium": "http://127.0.0.1:8086/uploads/stores/105/products/medium/1760065145-90.jpg",
                            "original": "http://127.0.0.1:8086/uploads/stores/105/products/1760065145-90.jpg",
                            "thumbnail": "http://127.0.0.1:8086/uploads/stores/105/products/thumbnail/1760065145-90.jpg"
                        }
                    },
                    "variant_name": "Reguler Release",
                    "variant_price": 500000,
                    "variant_quantity": 4,
                    "variant_sku": "fgr-dg001-1-2"
                }
            ],
            "error_status": false,
            "order_type_label": "Produk Fisik",
            "payment_status_label": "Unpaid",
            "order_status_label": "Pending",
            "tracking_status_label": "-"
        }
    ],
    "total": 30
}
Previous
Order Recap
Next
Download Order
Built with