API Development And
Integration Guide

Pagination Standards

Efficient pagination enhances performance, user experience, and API reliability. WUPEX follows page-based pagination, a widely adopted and predictable method that’s easy to implement across products and orders endpoints. This section details our approach, standards, and best practices.

How It Works

Sample request:

json
{ "page": 2, "pageSize": 20 }
  

Response includes a pageInfo object:

json
"pageInfo": {
  "totalPage": 5,
  "totalCount": 95,
  "pageSize": 20,
  "currentPage": 2
}
  

Implement "next / previous" page functionality using currentPage and totalPage.

json
{
  "page": 1,
  "pageSize": 25
} 20 }
  
json
"pageInfo": {
  "totalPage": 4,
  "totalCount": 90,
  "pageSize": 25,
  "currentPage": 1
}
  
json
{ "page": 2, "pageSize": 25 }
  

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.