Bulk-import historical transactions for Wayfair tracking
POST /v1/portability/transactions/backfill
Allows a customer migrating from another tax-API provider to import their last 12–24 months of transactions so the Wayfair-threshold tracker has accurate rolling totals from day one. Up to 10,000 rows per call; chunk larger imports client-side.
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Request Body required
Section titled “Request Body required ”Wrapper for a batch of historical transactions. Max 10,000 rows per call.
object
Historical transactions to import. Up to 10,000 rows per call; chunk larger imports client-side.
A single historical transaction for nexus-threshold tracking.
object
Two-letter USPS code for the destination state of the transaction.
Gross order total in USD (pre-tax). Used for economic-nexus threshold math.
Tax actually collected on the order in USD. Reported back in the Wayfair-tracker summary so you can see collected-vs-due.
Transaction timestamp. Accepts YYYY-MM-DD (date-only, interpreted as midnight UTC) or full RFC 3339 (with offset).
Responses
Section titled “ Responses ”Rows accepted. Returns inserted-count plus updated rolling totals.
object
Body validation failed — see detail for specifics.
Missing or invalid API key.
Validation Error