Orders List

A reference for the orders list response containing orders and pagination details for a specified date range.

The Orders List object represents the response structure for listing orders in the LiquidCommerce system. It contains pagination metadata including the queried date range, current page, and total count, along with an array of order objects matching the specified filters.

Properties

Field
Type
Description

startDate

string

The start date filter used (ISO 8601)

endDate

string

The end date filter used (ISO 8601)

page

number

Current page number

limit

number

Number of items per page

total

number

Total number of orders for the specific date range

orders

Array<Order>

Array of order objects

Last updated