GET
/
transactions
/
product-transactions
/

Authorizations

Authorization
string
headerrequired

Query Parameters

updated_after
number

Filter results by items updated after the specified timestamp.

created_after
number

Filter results by items created after the specified timestamp.

updated_before
number

Filter results by items updated before the specified timestamp.

only_quantity_available
string

Filter results to only include items with available quantity.

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

Response

200 - application/json
count
integer
required

The total count of results.

next
string | null

URI for the next page of results, if available.

previous
string | null

URI for the previous page of results, if available.

results
object[]
required

Array containing product transactions.