Customer ID Mapping

RepairShopr customer IDs for ESA programs and other key accounts.

The RepairShopr customer IDs that get used most often — primarily for ESA program order processing. Re-verified against the live RS data on 2026-06-01 (each ID fetched and its program name/order subjects confirmed).

ESA / EFS programs

ProgramRS Customer IDRS account nameOrder subjects
Odyssey Iowa30805989Odyssey — Portal Order”New Order Iowa Marketplace”
Tennessee Portal31938978Tennessee Portal”New Order TN (FSA) Marketplace”
Odyssey Georgia34276337Odyssey - Georgia”New Order Georgia Marketplace”
Odyssey Louisiana34338975Odyssey Louisiana”New Order Louisiana Marketplace”
Odyssey Utah34467295Odyssey Utah”New Order Utah Marketplace”

All five sit under RS location Odyssey (location_id 3230).

Payment terms

All ESA programs are net-30 from ticket_created_at. The invoice generator uses ticket_created_at (not invoice creation date) to compute the due date.

Why this matters

When the RS ticket sync runs and produces the master order list at:

/home/superht/pricing/exports/repairshopr_ticket_invoice_report_sheet_sync_latest.csv

…it joins on these customer IDs to bucket orders by program. If a new ESA program comes online, it has to be added to:

  1. The customer record in RepairShopr (so tickets/invoices route correctly)
  2. The mapping table consumed by the ESA order processor
  3. This page (so the next person looking for it can find it)

Last verified against live RepairShopr data: 2026-06-01 — see doc freshness.