bosOnline
  1. Order
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh Token
    • Product
      • Inventory
      • Download Inventory
      • Download Variant
      • Update Inventory
      • Get Category
      • Get Edit Product
      • Product List
      • Edit Product Detail (Product Detail)
      • product
      • Delete Product
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU
    • Form
      • Form
      • Edit Form
      • Form Detail
      • Edit Status Form (Product Detail)
      • Form list
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
        • Follow Up Attempts
      • Edit Choose Courier
        PUT
      • Edit Payment Method
        PATCH
      • Detail Order
        GET
      • Edit Customer Order
        PUT
      • Edit Another Fee
        PUT
      • Order List
        GET
      • Confirm Payment
        POST
      • Update Payment Method
        PUT
      • Update Pengiriman Kurir
        GET
      • Update Status Order
        PATCH
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
        • Get Revenue
      • Store
      • Cek SubDomain
      • Get Region
      • Store
      • Warehouse
      • On Boarding
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Tips
      • Announcement
      • Edit Subdomain
    • API Boscod
      • Cek Ongkir
      • Wilayah
      • Tracking Order
      • Reset Password
      • Warehouse
      • Order Shipping
      • winpay service
    • Profile
      • Warehouse
      • Edit Warehouse
      • Profile
      • Data Deletion
      • Default Warehouse
      • Me
    • Staff
      • Staff
      • Delete staff
      • Create Staff
      • Edit Status Staff
    • Rekening
      • Bank List
      • Get 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
  • AdminBosOnline
    • Dashboard
      • Recap Store
      • Revenue
      • Order Recap
  1. Order

Order List

Developing
GET
/store/order
BosOnline/Order
Endpoint ini digunakan untuk menampilkan list order. Page Order List.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/order?start_date=01/05/2025&end_date=20/05/2025&payment_status=1&category&keyword=Biji Kopi&sort_by&sort_dir=asc&status_order&tracking_status&payment_method=COD&courier=1&start=0&limit=10'
Response Response Example
200 - Success
{
    "data": [
        {
            "invoice_code": "#INV-2243123221",
            "payment_at": "20/04/2025 19:20:00",
            "customer_name": "Putri Handoyono",
            "customer_phone": "081982133213",
            "valid_no": true,
            "product_name": "Biji Kopi Arabica",
            "sku_induk": "ESB-001",
            "product_varian": [
                {
                    "name": "Biji Kopi,100 gr",
                    "sku": "ESB-001-01",
                    "item_qty": 1,
                    "price": 45000
                }
            ],
            "payment_status": 0,
            "tracking_status": 0,
            "awb": "-",
            "courier_id": 1,
            "revenue": 45000,
            "customer_dest": "Jetis,Mojokerto",
            "payment_method": "NonCOD",
            "CS": "CS Bhasri",
            "follow_up_attempts": 0
        }
    ],
    "total": 1
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
start_date
string 
optional
Format date (DD/MM/YYYY)
Example:
01/05/2025
end_date
string 
optional
Format date (DD/MM/YYYY)
Example:
20/05/2025
payment_status
integer 
optional
Example:
1
category
enum<string> 
optional
Allowed values:
product_nameinvoice_codecustomer_namecustomer_phoneskuprovince/district/cityawb
keyword
string 
optional
Example:
Biji Kopi
sort_by
integer 
optional
sort_dir
enum<string> 
optional
Allowed values:
ascdesc
Example:
asc
status_order
string 
optional
tracking_status
string 
optional
payment_method
enum<string> 
optional
Allowed values:
CODNonCOD
Example:
COD
courier
string 
optional
Example:
1
start
integer  | null 
optional
Default:
0
Example:
0
limit
integer 
optional
Example:
10

Responses

🟢200OK
application/json
Body
data
array [object {17}] 
required
invoice_code
string 
optional
payment_at
string <date-time> | null 
optional
Format Date (DD-MM-YYYY H:i)
customer_name
string 
optional
customer_phone
number  | null 
optional
valid_no
boolean 
optional
product_name
string 
optional
sku_induk
string 
optional
product_varian
array [object {4}] 
optional
payment_status
enum<integer>  | enum<null> 
required
Allowed values:
01
tracking_status
integer  | null 
optional
awb
string  | null 
optional
courier_id
integer  | null 
optional
revenue
integer  | null 
required
customer_dest
string  | null 
optional
payment_method
string 
optional
CS
string 
optional
follow_up_attempts
integer 
optional
total
integer 
required
🔴503Service Unavailable
🟠404Record not found
Modified at 2025-06-19 09:22:54
Previous
Edit Another Fee
Next
Confirm Payment
Built with