API Development And
Integration Guide

Order History (order-list)

Overview

Use this endpoint to retrieve a paginated history of all past orders. It supports searching, sorting, and filtering to help you build order-tracking dashboards, audit logs, or admin tools.

Endpoint & Environment

https
POST {baseUrl}/api/order/list
  

Required Headers

https
x-api-key: YOUR_API_KEY  
Accept-Language: en-US  
Content-Type: application/json
  

Request Body Structure

Field
Type
Required
Description
page
int
Yes
Which page to return (min: 1)
pageSize
int
Yes
Results per page (max: 100)
orderColumn
String
No
Field used to sort results (e.g., "OrderName")
order
String
No
Sort direction: "ASC" or "DESC"
search
array
No
Filter array (see example)

Example: Filter by OrderName

json
{
  "page": 1,
  "pageSize": 20,
  "orderColumn": "OrderName",
  "order": "DESC",
  "search": [
    {
      "column": "OrderName",
      "operator": "Equals",
      "value": "A00000000000003"
    }
  ]
}
  

Sample Response

https
{
  "pageInfo": {
    "totalPage": 1,
    "totalCount": 1,
    "pageSize": 20,
    "currentPage": 1
  },
  "data": [
    {
      "id": 19,
      "orderName": "A00000000000002",
      "orderDate": "2023-12-28T00:00:00",
      "orderAmount": 100.00
    }
  ],
  "status": true
}
  

Response Field Breakdown

Response Field Breakdown

Let’s Boost Your
Business Efficiency

Say goodbye to delays, fraud, and complex setups—our solution is built for speed and trust.

Get Latest News for Free!

Sign up to get product updates, new partner alerts, and
exclusive API insights
No spam. Unsubscribe anytime

Why WUPEX?

Partners

Industries

Resources

Company

Downloads

Features

Support

Copyright © 2024 WUPEX | All Rights Reserved.

Why WUPEX?

Partners

Industries

Features

Support

Company

Resources

Downloads

Copyright © 2024 WUPEX | All Rights Reserved.