Paginated settlement transaction detail for a period
Returns paginated settlement transaction detail for the given partner and report date. Contains PII (purchase order IDs). Delegates to mp-payment-reporting GET /v3/report/reconreport/v1/getJson with offset-based pagination. nextToken is a Base64-encoded offset into the report file.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
partnerId
Numeric partner/seller ID
reportDate
Report date in MMddyyyy format (e.g. 06172026)
pageSize
nextToken
Opaque cursor from a prior response; omit for first page
Response
Success
nextToken
totalRecords
transactions
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error