RepSpark is a B2B wholesale eCommerce platform that powers digital catalogs, order entry, inventory, and accounts receivable for apparel, footwear, outdoor, and golf brands. An API lets you programmatically pull orders, products, inventory, customers, pricing plans, and invoice reports—and push order and ERP data back into RepSpark across multiple brands.

RepSpark is a B2B wholesale eCommerce platform—operating as "Wholesale as a Service"—that serves over 250 brands across lifestyle, apparel, footwear, golf, outdoor, and tactical industries. Brands use RepSpark to publish digital catalogs and line sheets, run online order entry and self-serve retailer portals, manage real-time inventory across warehouses, set account-specific pricing and custom assortments, handle accounts receivable and invoicing, and sync orders, invoices, and payments with their ERP through an open API architecture.
Core product areas include:
Common data entities:
Brands run mission-critical wholesale workflows on RepSpark daily, but turning catalog- and ERP-driven operations into clean, programmatic automation has real friction:
Supergood works with RepSpark's RESTful, JSON developer API and authenticated account flows to deliver a resilient, normalized API layer for your RepSpark tenant—across one or many brands.
Use RepSpark with AI agents: RepSpark MCP Server →
Book a 30-minute session to confirm your brands, resources, and authentication model.
We deliver a production-ready RepSpark adapter tailored to your brand configuration and ERP sync.
Go live with continuous monitoring and automatic adjustments as RepSpark evolves.
Authentication
/authenticateAuthenticate to a RepSpark account using Basic Authentication with API keys and establish a session for downstream calls.
Customers
/customersList retail customer accounts with filters for brand, status, and pricing plan assignment.
Inventory
/inventoryRetrieve real-time inventory and Available-to-Ship levels across inventory locations and brands.
Orders
/ordersPull order and pre-book records with line items, status, and account filters via the reporting resources.
Inventory
/sync_inventoryIngest ERP inventory, product options, and pricing data into RepSpark using the bulk, transactional model.
Billing
/invoice_reportsPull invoice reports and invoice report items for accounts receivable reconciliation and reporting.
- Push products, options, and account-specific pricing plans from your ERP using the bulk transactional model - Keep real-time inventory and Available-to-Ship levels current across inventory locations - Resolve per-brand catalogs and assortments so retailers see accurate availability
- Stream order and pre-book records from order reports into your ERP and fulfillment tools - Reconcile line items, quantities, and status against warehouse systems - Trigger fulfillment and demand-planning workflows as new wholesale orders land
- Pull invoice reports and invoice report items into accounting and AR systems - Match payments and collections against open invoices for faster reconciliation - Surface delinquent accounts and cash-flow signals to finance dashboards
- Reconcile retail customer accounts and sales rep assignments across brands - Sync pricing plans and assortments to keep quoting consistent - Feed customer insights into CRM and analytics tools
Authentication
Basic Authentication with per-account API keys, managed in a secure credential vault
Connectivity
RepSpark's RESTful developer API (developers.repspark.com) plus authenticated account flows
Response format
Normalized JSON across Customers, Products, Inventory, Orders, Pricing Plans, and Invoice Reports
Rate limits
Adaptive throttling tuned to your account to respect RepSpark's bulk transactional model
Session management
Automatic credential handling, key rotation, and request signing
Data freshness
Near real-time reads for inventory and orders with scheduled bulk ERP syncs
Security
Encrypted credential vault, scoped access, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for new orders, inventory changes, and invoice updates
Latency
Sub-second reads on cached entities; batched writes for bulk ERP ingestion
Throughput
Horizontally scaled workers sized to multi-brand catalog and order volume
Reliability
Retry, backoff, and idempotency keys for bulk order and inventory transactions
Adaptation
Continuous monitoring of RepSpark API releases and per-brand configuration drift
Yes. RepSpark publishes developer documentation at developers.repspark.com with a RESTful, JSON API covering Customers, Inventory, Options, Order and Invoice Reports, Brands, Inventory Locations, Pricing Plans, and Extensions. Supergood layers a normalized, resilient interface on top so you integrate once.
RepSpark synchronizes ERP data under a bulk, transactional model and does not support working on one object per request. Supergood maps this bulk model to clean per-resource reads and writes so your application can work with individual records while we batch the underlying calls.
The RepSpark API uses Basic Authentication with API keys managed through the developer portal. Supergood stores these credentials in an encrypted vault, handles request signing, and rotates keys without exposing them to your application.
Yes. Brands, pricing plans, and inventory locations are first-class resources. Supergood resolves the correct brand scope and assortment per request, so one integration handles multiple catalogs and account hierarchies.
Yes. RepSpark is built around ERP synchronization of orders, invoices, payments, products, and inventory. Supergood normalizes these entities so they map cleanly between RepSpark and your ERP or accounting system.