← Back to all docs

Tymber API

Tymber is a native e-commerce and operations platform for licensed cannabis dispensaries, powering branded online ordering websites, delivery and pickup fulfillment, kiosks, and customer marketing. An unofficial API lets you programmatically pull orders, products, inventory, customers, and loyalty data—and push updates like product listings, pricing, and promotions—from your Tymber dashboard, even though Tymber exposes no public developer API.

By Alex KlarfeldMay 31, 2026
Tymber API

What is Tymber?

Tymber is a native e-commerce and operations platform built specifically for licensed cannabis retailers. Dispensaries use Tymber to run branded, SEO-optimized online ordering websites with their own domain, sync live inventory to their point of sale, fulfill pickup and scheduled delivery orders, accept compliant cashless payments, and run loyalty, discount, and email-marketing programs—all while owning their customer data instead of renting it from an aggregated marketplace. Tymber was acquired by BLAZE as part of a full-service cannabis software suite and powers native e-commerce sites, branded apps, and self-serve kiosks for retailers across multiple states and provinces.

Core product areas include:

  • Branded E-commerce Storefront (SEO-optimized website, custom domain, product collections, featured menus)
  • Online Ordering & Fulfillment (in-store pickup, scheduled and on-demand delivery models)
  • Inventory & POS Sync (real-time inventory, discount, tax, and fee syncing across online and offline)
  • Payments & Checkout (compliant cashless payments, medical recommendation and identity proof collection)
  • Marketing & Loyalty (discounts, coupons, VIP tiers, rewards, Klaviyo email, customer segmentation)
  • Analytics (Google Tag Manager, Analytics, Search Console, and Data Studio dashboards)

Common data entities:

  • Orders, Line Items, Carts, Fulfillment Types (pickup, delivery)
  • Products, Variants, Categories, Collections, Pricing
  • Inventory Levels, POS Sync Status, Taxes, Fees
  • Customers, Marketing Consent, Medical Recommendations, Identity Proofs
  • Discounts, Coupons, Loyalty Tiers, Rewards
  • Delivery Zones, Pickup Windows, Schedules

The Tymber Integration Challenge

Dispensaries run their entire online storefront on Tymber, but there is no public developer API—everything lives behind an authenticated admin dashboard, which makes programmatic automation hard:

  • Login-only access: Order, product, and customer data is reachable only through the authenticated Tymber dashboard—there is no documented public API or developer portal to build against
  • POS sync coupling: Inventory, pricing, taxes, and discounts are synced from third-party POS systems (Blaze, Treez, Stronghold), so the source of truth for a given entity shifts by retailer
  • Compliance-gated data: Medical recommendations, identity proofs, and marketing consent must be handled with strict cannabis-regulatory care during any extraction
  • Fulfillment model variance: Pickup, scheduled delivery, and on-demand delivery each carry different fields, windows, and zone logic that a generic e-commerce integration won't capture
  • Session-based authentication: Dashboard sessions expire and must be maintained for any continuous data pull or push
  • Per-retailer storefronts: Each dispensary has its own branded site, domain, catalog, and promotion configuration, so integrations must adapt per tenant rather than assume a shared schema

How Supergood Creates Tymber APIs

Supergood reverse-engineers the authenticated Tymber dashboard flows your dispensary already uses and delivers a resilient, normalized API layer for your storefront—no public API required.

  • Handles username/password and MFA dashboard login securely in a managed session
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across orders, products, inventory, customers, and loyalty so you integrate once and rely on consistent objects
  • Reconciles POS-synced inventory and pricing with storefront state so downstream systems see one consistent catalog

Use Tymber with AI agents: Tymber MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your storefront, POS integration, and fulfillment models.

  • Supergood Generates and Validates Your API

We deliver a production-ready Tymber adapter tailored to your dispensary's catalog and configuration.

  • Deploy with Monitoring

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

tymber

API Endpoints

Authentication

POST/authenticate

Authenticate to a Tymber dispensary dashboard using username/password (and MFA where enabled) and obtain a session token for downstream calls.

Orders

GET/orders

List orders with filters for status, fulfillment type (pickup, delivery), date range, and customer.

Catalog

GET/products

Retrieve products, variants, categories, collections, pricing, and live inventory levels synced from the connected POS.

Catalog

POST/create_product

Create or update a product listing, pricing, and merchandising placement in the storefront catalog.

Customers

GET/customers

Pull customer records, marketing consent, loyalty tier, and stored medical recommendations and identity proofs.

Marketing

GET/promotions

List active discounts, coupons, loyalty tiers, and rewards configured for the storefront.

Use Cases

Sync orders into accounting and analytics

- Pull online pickup and delivery orders with line items into your warehouse and accounting stack - Reconcile order totals, taxes, fees, and discounts against the connected POS - Stream order events to BI and reporting tools for unified sales analytics

Keep catalog and inventory consistent across channels

- Pull products, variants, pricing, and live inventory from the storefront catalog - Push product listings, merchandising, and pricing updates without manual dashboard edits - Detect oversell risk by reconciling POS-synced inventory with storefront availability

Unify customer and loyalty data

- Sync customers, marketing consent, and loyalty tiers into CRM and email tools - Match repeat buyers across pickup and delivery for accurate VIP and rewards status - Surface compliant marketing audiences while respecting consent and medical-data rules

Automate promotions and fulfillment ops

- Schedule and update discounts, coupons, and rewards across storefronts programmatically - Trigger downstream workflows when delivery windows, zones, or pickup schedules change - Push promotional banners and featured collections in coordination with campaigns

Technical Specifications

Authentication

Username/password and MFA dashboard login handled in a managed session

Connectivity

Authenticated dashboard flows reverse-engineered from the Tymber admin interface; no public API required

Response format

Normalized JSON across Orders, Products, Inventory, Customers, and Promotions objects

Rate limits

Adaptive throttling tuned to your storefront to avoid dashboard-side limits

Session management

Automatic session refresh, MFA replay handling, and credential rotation

Data freshness

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

Security

Encrypted credential vault, scoped access tokens, and audit logging aligned to cannabis-compliance needs

Webhooks

Event-style callbacks for new orders, fulfillment status changes, and inventory updates

Latency

Sub-second reads on cached catalog entities; multi-second writes when posting catalog and promotion changes

Throughput

Horizontally scaled workers sized to multi-storefront order and catalog volume

Reliability

Retry, backoff, and idempotency keys for order, catalog, and promotion writes

Adaptation

Continuous monitoring of Tymber dashboard releases and per-retailer storefront configuration drift

Frequently asked questions

No. Tymber data lives behind an authenticated admin dashboard with no documented public developer API. Supergood works against your existing authenticated dashboard session to deliver a normalized API layer without one.

Yes. Supergood normalizes orders across in-store pickup, scheduled delivery, and on-demand delivery fulfillment models, preserving the windows, zones, and line-item detail specific to each.

Tymber syncs inventory, pricing, taxes, and discounts from POS systems like Blaze, Treez, and Stronghold. Supergood reconciles that POS-synced state with the storefront so downstream systems see one consistent catalog.

Medical recommendations, identity proofs, and marketing consent are handled with encrypted storage, scoped access, and audit logging so extraction respects cannabis-regulatory requirements.

Yes. Each dispensary's branded site, domain, catalog, and promotions are profiled individually, so multi-location and multi-brand operators get consistent objects across every storefront.

Ready to get a real API?