Skip to main content

Get Sales Tax Transactions (Drill-Down)

GET 

/api/reporting/sales-tax/liability/transactions

Paginated transaction drill-down behind a single jurisdiction row of the liability report. Returns the underlying orders and credits (credit amounts are negative) that compose the aggregated row, filtered by the same parameters plus the selected province_code / country_code.

Required scope: reports:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token (scope rw:reports).

Required parameters:

  • date_from, date_to

Optional: channel_ids[], country_code, order_statuses[], province_code, page, per_page (1-200).

Results are a UNION of sales orders and sales credits ordered by transaction date descending, returned in the standard Laravel pagination envelope.

Request

Responses

OK

Response Headers
    Content-Type