Get Transactions
Returns all vendor's transactions
Last updated
Returns all vendor's transactions
Last updated
leaseStatus
string
Filter by lease status (signed/pending)
page
string
Page number to retrieve. Max 1000
limit
string
Limit of transactions to retrieve, defaults to 20. Max 1000,
fromDate
string
Start date to retrieve
toDate
string
End date to retrieve
Authorization
string
Authorization token
Key
Type
Description
transactions
Array
The list transactions.
transactions.id
Number
Transaction id
transactions.createAt
Date
Transaction creation date
transactions.shippingCost
Number
Total Shipping Cost
transactions.items
Array
The list items.
transactions.items.quantity
Number
Item quantity.
transactions.items.quantityByStatus
Object
Quantity of items grouped by status. Ex. { signed: 1}
transactions.items.cost
Number
Item cost
transactions.items.description
String
Item description
transactions.items.brand
String
Item's brand
meta
Object
Result metadata
meta.count
Number
Amount of transactions
meta.totalPages
Number
Total number of pages
meta.page
Number
Current page
meta.limit
Number
Page size