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).
reports:readGrant 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
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.