list_pending_orders
Changelog
October 27, 2025
- In the detail object added the list of item pictures URL: list_pictures_url
|
GET /list_pending_orders
To get the TOTAL COUNT of pending orders for search criteria.
Use this method FIRST to determine how many total records there are for the given criteria.
After you call this method, then call the method below, and pass the required paging parameters.
/list_pending_orders?token=XXXXX&display_all=true
| field |
type |
description |
| token |
string |
Credentials provided by Powersoft that allow access to the API |
| display_all |
boolean |
If the value is false the list contains only the orders with shopping cart code provided, otherwise all orders will be listed. Default value is false. Not required parameter. |
Returns total count of pending orders
GET /list_pending_orders
To get a list of pending orders with details.
/list_pending_orders?token=XXXXX&page_number=1&page_size=10&display_all=true
| field |
type |
description |
| token |
string |
Credentials provided by Powersoft that allow access to the API |
| page_number |
integer |
The page number in the entire list. eg Page 1 |
| page_size |
integer |
The number of orders to return. eg 10 orders |
| display_all |
boolean |
If the value is false the list contains only the orders with shopping cart code provided, otherwise all orders will be listed. Default value is false. Not required parameter. |
Returns list of pending orders