List Order Invoices
Testing
GET
/v1/order-invoices
Note: startTimestamp
andendTimestamp
must be at most 48 hours apart.
Request
Query Params
startTimestamp
string
required
Example:
2024-03-27T19:00:00-06:00
endTimestamp
string
required
Example:
2024-03-28T19:00:00-06:00
pageSize
integer
optional
Example:
100
page
string
optional
Example:
0
storeUUID
array[string]
optional
Example:
["a2f09385-7f1b-436c-9baa-bb9cf1174c25","206b8416-c3c8-4053-9bdf-a11f3ddd7da1"]
Request samples
Responses
Modified at 2025-05-13 22:05:54