List transactions
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
1-based page number. Defaults to 1.
Filter by store id (see GET /api/v1/stores). Partner-API writes are store-less and never match a store filter.
Response
Total row count after server-side filtering — drives total-page math.
1-based page number that produced items.
Page size honored by the server (may be a clamp of the requested value).