Skip to main content

Get Channel Tax Responsibility

GET 

/api/reporting/sales-tax/channel-responsibility

Lists every sales channel (integration instance) with its resolved tax-collection responsibility for the Sales Tax Liability Report (Phase 2). Each channel is classified as seller (Seller-collected) or marketplace_facilitator (Marketplace facilitator).

Required scope: reports:read

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

The source field indicates how the classification was resolved:

  • override: a manual per-channel override was saved (is_default = false)
  • default: resolved from the built-in marketplace-facilitator map (Amazon, eBay, Walmart, Temu, Faire => marketplace_facilitator; Shopify, WooCommerce, BigCommerce, API Sales Channel, SKU.io => seller)
  • unclassified: the channel's integration name is in neither map, so it defaulted conservatively to seller and is flagged for review (is_unclassified = true)

The top-level has_unclassified flag is true when at least one channel is unclassified, so the UI can surface a review banner.

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

Request

Responses

OK

Response Headers
    Content-Type