← Back to all docs

Brandboom API

Brandboom is an AI-powered B2B wholesale platform that brands use to run their entire sales cycle—digital line sheets, presentations, order and inventory management, payments, and fulfillment—across a network of 200,000+ buyers. An API lets you programmatically pull and push customers, products, orders, invoices, payments, shipments, price tiers, and ship windows so you can sync Brandboom with your ERP, accounting, and e-commerce systems.

By Alex KlarfeldMay 30, 2026
Brandboom API

What is Brandboom?

Brandboom is an AI-powered B2B wholesale platform that lets brands manage their entire sales cycle—from digital line sheets and presentations through order management, payments, and fulfillment—while connecting them with an active network of 200,000+ buyers. Brands use Brandboom to present collections to retailers, process and track orders, sync inventory across systems, manage sales reps and commissions, and analyze buyer engagement through its Style Pulse marketplace.

Core product areas include:

  • Line Sheets + Presentations (customizable digital catalogs with embedded media)
  • Product Management (catalog organization and inventory syncing)
  • Order Management (unified order tracking from placement through shipment)
  • Payments & Fulfillment (Stripe/PayPal processing and shipment tracking)
  • Showroom & Rep Management (commission tracking and sales-team collaboration)
  • Buyer Activity Tracking and the Style Pulse marketplace for discovery and ordering

Common data entities:

  • Customers, Showrooms, Price Tiers (price lists)
  • Products, Inventory, Product Import Jobs
  • Orders, Invoices, Payments, Refunds
  • Shipments, Ship Windows

The Brandboom Integration Challenge

Brands run mission-critical wholesale workflows on Brandboom, but wiring its data into ERP, accounting, and e-commerce systems involves real friction:

  • Gated API activation: API access must be enabled by Brandboom support, after which an API Key and Account ID appear on your Account page—self-serve developer onboarding is limited
  • Permission-scoped responses: Results are scoped to the caller's permissions, and actions like payments, shipments, and showroom price tiers each require specific account rights
  • Plan-gated capabilities: Features such as custom ship windows require a Business plan subscription, so coverage varies by account tier
  • Denormalized, paginated payloads: Order responses embed customer, product-line, and tag data and page via numResults (max 100) and resultOffset, which downstream systems must reconcile
  • Read-only lifecycle fields: Commission lifecycle fields on invoices are read-only for API requests, so reconciliation logic has to account for what it cannot write
  • Sandbox-before-production flow: Testing requires a separate sandbox account requested through support before connecting a live account

How Supergood Creates Brandboom APIs

Supergood combines Brandboom's open API with authenticated browser flows to deliver a resilient, normalized API layer for your Brandboom account—so you integrate once and rely on consistent objects regardless of plan tier or permission scope.

  • Manages API Key and Account ID credentials securely with scoped, rotated tokens
  • Normalizes denormalized, paginated order and invoice payloads into clean, consistent objects
  • Handles search pagination (numResults/resultOffset), import jobs, and webhook event subscriptions automatically
  • Respects permission scopes and plan-gated features, surfacing only the data and actions your account is entitled to

Use Brandboom with AI agents: Brandboom MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your modules, plan tier, permissions, and authentication setup.

  • Supergood Generates and Validates Your API

We deliver a production-ready Brandboom adapter tailored to your account configuration and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Brandboom evolves.

brandboom

API Endpoints

Authentication

POST/authenticate

Authenticate to a Brandboom account using your API Key and Account ID and obtain a session for downstream calls.

Customers

GET/customers/search

Search and retrieve customer records with filters; supports create, update, delete, and bulk import via JSON or CSV/Excel.

Products

GET/products/search

Search products and inventory; import via inventory-only, split, or combine modes with SKU updates and size handling.

Orders

GET/orders/search

Search orders with denormalized customer, product-line, and tag data, paginated via numResults (max 100) and resultOffset.

Invoices

POST/invoices

Create invoices, then search, update, send, or delete them; commission lifecycle fields are read-only via the API.

Shipments

POST/shipments

Create shipments and update status; requires shipment-management permissions on the target account.

Use Cases

Sync orders and invoices into ERP and accounting

- Pull orders with embedded customer and product-line data from /orders/search into your warehouse - Push invoices and payments into accounting and AR systems with read-only commission fields preserved - Export to QuickBooks-compatible formats for reconciliation

Keep product catalog and inventory in sync

- Import products and inventory via inventory-only, split, or combine modes with SKU updates - Track product import jobs and cancel stuck imports through /productimportjobs - Reconcile ship-window inventory and remove zero-inventory products automatically

Automate customer and price-tier management

- Create, update, and bulk-import customers from CRM via JSON or CSV/Excel - Manage price tiers and enable or disable them for showrooms - Apply per-customer discount percentages consistently across channels

Streamline fulfillment and payments

- Create shipments and push status updates back to Brandboom - Process payments and refunds against invoices with proper account permissions - Surface shipment and payment events to downstream operations tools via webhooks

Technical Specifications

Authentication

API Key plus Account ID, managed in a secure session with scoped, rotated credentials

Connectivity

Brandboom's open REST API combined with authenticated browser flows where surfaces aren't exposed via API

Response format

Normalized JSON across customers, products, orders, invoices, payments, shipments, and ship windows

Rate limits

Adaptive throttling tuned to your account to stay within Brandboom-side limits

Session management

Automatic credential handling, token rotation, and re-auth on expiry

Data freshness

Near real-time pulls for orders, inventory, and payments with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging

Webhooks

Real-time event subscriptions for order, invoice, payment, and shipment changes

Latency

Sub-second reads on cached entities; multi-second writes when posting orders, invoices, and shipments

Throughput

Horizontally scaled workers sized to catalog volume and high-frequency import jobs

Reliability

Retry, backoff, and idempotency keys for invoice, payment, and shipment writes

Adaptation

Continuous monitoring of Brandboom API and integration changes across plan tiers and permission scopes

Frequently asked questions

Brandboom enables API access through their support team, after which an API Key and Account ID appear on your Account page. Supergood manages these credentials for you and works against the same authenticated surfaces.

Yes. Brandboom offers sandbox accounts requested through support for testing before connecting a live account, and Supergood validates your integration against that environment first.

Customers, products and inventory, orders, invoices, payments, shipments, ship windows, price tiers, and showrooms—covering search, create, update, delete, import, and status operations, all returned as normalized JSON.

Responses are scoped to the caller's permissions, and some features (like custom ship windows) require a Business plan. Supergood surfaces only the data and actions your account is entitled to.

Yes. Brandboom is built for ERP, accounting, and e-commerce sync, with native Shopify and ApparelMagic integrations. Supergood normalizes its data so you integrate once and reuse consistent objects.

Ready to get a real API?