API Docs
Home
Home
Developer GuideAPI
StatusWebhooks
Developer GuideAPI
StatusWebhooks
  1. Order
  • Config
    • List Pickup Address
      GET
    • List Box Dimension
      GET
    • List vendor
      GET
    • List store
      GET
  • Online Product
    • Options
      • List category
      • List brand
    • Create Single Product
      POST
    • Create Product From Product Inventory
      POST
    • List product
      GET
    • Product detail
      GET
  • Product Inventory
    • Options
      • List Outbound Strategy
      • List Product Type
      • List Material
      • List Storage Method
    • List product inventory
      GET
    • Product inventory detail
      GET
    • Create single inventory product
      POST
  • Order
    • Shipping Service
      • Preview shipping prices
        • List shipping service
        • List available courier
      • List available courier from order
      • List shipping service of courier
    • Create order B2C
      POST
    • Create order B2B
      POST
    • List order
      GET
    • Order detail
      GET
    • Cancel order
      PATCH
  • Shipment
    • Create shipment auto
      POST
    • [Retail][Ship by self] Create shipment with item
      POST
    • Cancel shipment
      PATCH
    • List shipment
      GET
    • Shipment detail
      GET
    • List shipment of order
      GET
  • Shipment Inbound
    • Create shipment inbound
    • Cancel shipment inbound
    • List shipment inbound
    • Shipment inbound detail
    • Shipment inbound items
  • Order Return
    • List return order
    • Return order detail
    • Create return order
    • Cancel Return Order
  • Courier
    • List courier service integrated
    • List courier operate
    • List courier integrated
  • Address Directory
    • Province
    • District
    • Ward
  1. Order

List order

GET
/api/v1/public/orders/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/public/orders/list?page=1&page_size=5&created_from=1719203604&created_to=1719853199&status_group&type_filter&keyword' \
--header 'Authorization;'
Response Response Example
{}

Request

Query Params
page
integer 
optional
Example:
1
page_size
integer 
optional
max 100
Example:
5
created_from
string 
required
Example:
1719203604
created_to
string 
required
Example:
1719853199
status_group
string 
optional
type_filter
string 
optional
keyword
string 
optional
Header Params
Authorization
string 
required
Default:
{{your_api_key_here}}

Responses

🟢200Success
application/json
Body
object {0}
Previous
Create order B2B
Next
Order detail
Built with