US sales-tax filing
Pull GET_FLAT_FILE_SALES_TAX_DATA daily to reconcile tax collected per jurisdiction and prepare state and local sales-tax returns.
The Tax Remittance (Restricted) role unlocks the SP-API operations and reports used to calculate and remit sales taxes, the US sales-tax flat file, the India GST merchant tax reports, and the Orders data that pins each sale to a jurisdiction. Because those operations might use buyer PII to compute tax, Amazon gates the role behind a compliance review. It does not score how good your software is. It scores your file.
It is the SP-API permission that authorizes the operations behind sales-tax calculation and remittance. Get the definition right, because it decides which reports and operations you can request, and which you cannot.
Per Amazon's roles documentation, the role is defined verbatim as: "The Tax Remittance (Restricted) role provides access to operations that calculate and remit sales taxes. Operations that require this role might use PII to calculate sales taxes."
Note the precise wording, operations might use PII. That is what distinguishes it from its sibling, Tax Invoicing (Restricted), which covers operations that generate tax invoices to comply with tax regulation and require PII. Tax Remittance is about computing and remitting tax; Tax Invoicing is about producing legal invoices. They gate different reports and must each be justified on their own terms, do not conflate the two on your application.
The role gates two families of access: the SP-API tax reports requested through the Reports API, and a set of Orders API v0 operations that return the order, buyer and ship-to data a tax engine needs to determine the correct jurisdiction and rate.
Two paths give you tax data: pulling the dedicated tax reports, and reading live order data. Both accept Tax Remittance (Restricted). The technical names below are reproduced verbatim, do not alter them on your application.
Four report types list Tax Remittance (Restricted) as the required role. You request them with createReport, then retrieve them with getReport and getReportDocument.
Keep the VAT reports out of a Tax Remittance application: SC_VAT_TAX_REPORT, GET_VAT_TRANSACTION_DATA and the *_CUSTOM GST reports require Tax Invoicing (Restricted), not this role, requesting the wrong role for the data you need is a common reason an application stalls.
Per the Orders API v0 use case guide, Tax Remittance (Restricted) is one of the accepted roles for these operations:
These are restricted operations. Even with the role granted to your app, each live call must be authorized with a Restricted Data Token (RDT) obtained from the Tokens API via createRestrictedDataToken. The role is necessary but not sufficient, the RDT is what actually unlocks each restricted Orders call.
Tax must be calculated to the ship-to jurisdiction, so location data is intrinsic to the role. That is exactly why it is classified (Restricted) and why your file has to prove you handle the data correctly.
Amazon's own wording is the reason it is restricted: operations that require this role "might use PII to calculate sales taxes." That is why the live Orders operations demand a Restricted Data Token (RDT). The four Tax Remittance report types, by contrast, are not flagged as restricted-report RDT cases at the getReportDocument step, unlike the VAT reports, which explicitly require an RDT there. Your application has to show you read only the PII you need, scope it tightly, and delete it on time.
Concrete, tax-driven workflows, the kind of justification Amazon expects to see tied to each report and operation you request.
Pull GET_FLAT_FILE_SALES_TAX_DATA daily to reconcile tax collected per jurisdiction and prepare state and local sales-tax returns.
Separate tax Amazon remitted as marketplace facilitator from seller-liable tax, by jurisdiction, for your accountants.
Pull GST_MTR_B2B, GST_MTR_B2C and GST_MTR_STOCK_TRANSFER_REPORT to file GST returns, reconcile B2B versus B2C invoices and account for FC-to-FC and removal stock movements.
Feed order ship-to addresses from getOrderAddress into a tax-calculation engine to determine nexus and rates by jurisdiction.
Post tax-aware transactions into ERP and accounting systems with the per-jurisdiction tax detail your finance team needs.
Maintain jurisdiction-level transaction records to support tax-authority audits and defend your filings.
Who needs it: sales-tax and use-tax automation software; VAT/GST filing platforms; ERP and accounting integrators; OMS and financial-reconciliation tools computing per-jurisdiction liability; and multi-channel sellers or aggregators filing across many US states or running FBA in India.
Who does not: pure listing, inventory, pricing or buyer-messaging tools do not typically need Tax Remittance, and requesting it without a tax use case invites a refusal. If you produce legal invoices rather than compute remittance, you likely need Tax Invoicing (Restricted) instead.
A restricted-role review is a data-protection assessment. We align your file to every control Amazon scores and tell you, in plain language, what to have in place, without ever touching your systems.
1. A role justification that fits. A clear, tax-specific reason you need Tax Remittance (Restricted), which reports and Orders operations you call, and why computing or remitting tax requires the location and tax-ID data they return. We map your request to Amazon's official role definition so the reviewer sees an exact fit.
2. A field-level data inventory. Which PII you read (ship-to address, buyer name, company, tax IDs), where it flows, how it is scoped, and that you obtain a Restricted Data Token for each restricted Orders call rather than over-collecting.
3. A publishable Data Handling & Privacy Policy. A ready-to-publish page covering collection, processing, storage, use, sharing and disposal, one of the two things Amazon checks for a private app.
4. An implementation checklist. Every control in plain language: TLS 1.2+ in transit and AES-128+ at rest with a KMS and key rotation, PII deleted no later than 30 days after delivery, PII-free logs retained 12+ months, least-privilege access with MFA, and Login with Amazon only, never stored Seller Central credentials.
Almost never because of the product. Almost always because of the file. For a tax role, these are the issues that surface most:
Amazon reviews evidence, not promises. We remove every one of these reasons, so there is no compliance ground left to refuse you on.
Start the form and we will confirm your reports, your Orders operations and your RDT story, then build the complete compliance file Amazon scores. The standard restricted-role file is 650 €, delivered in 48 hours, obtained or refunded subject to our T&Cs. Building software for many sellers? Book a call for a tailored scope.
Content reviewed by Loïc Segui (COO & CTO), Fenchell's Marketplace Compliance Team · last updated 29 June 2026. We never promise approval: even when your file is prepared correctly, Amazon retains the right not to grant restricted access without justification. Technical names (roles, report types, operations) are reproduced from Amazon's official developer documentation. The figures shown on this page (accesses obtained, success rate) are based on real client cases and do not constitute a guarantee of outcome; results vary depending on your situation and Amazon's decision. Fenchell Capital OOD, Bulgarian firm based in Plovdiv (EIK 207945095).
Best Service. “Getting approved for access to the Amazon API was a real challenge for us. Fenchel and their team stepped in, audited our functionality, and helped us understand precisely what Amazon's software review team was looking for — which made all the difference.”