Platform

Everything needed to operate modern commerce.

Compose storefronts, merchant operations, payments, shipping, analytics, and APIs on one multi-tenant platform.

Platform Capabilities

Build once. Serve every merchant.

Storefront Engine

Launch branded, responsive storefronts for every merchant, tenant, or community.

Catalog and Inventory

Manage products, variations, stock visibility, and tenant-specific availability.

Checkout and Payments

Deliver optimized checkout with conventional and wallet-connected settlement.

Order Operations

Coordinate orders, returns, refunds, disputes, and fulfillment end to end.

Merchant Administration

Equip sellers with controls for teams, promotions, payouts, and performance.

Insights and Integrations

Connect ecosystem services while monitoring every tenant in real time.

How It Works

From setup to scale.

Launch your storefront quickly, connect through PlenorHub’s commerce infrastructure, and grow across products, partners, and channels without rebuilding from scratch.

Connected commerce API modules illustration

Step 01

Configure

Set up tenant rules, branding, catalog structure, and commercial terms.

Step 02

Connect

Integrate payments, fulfillment, identity, wallets, or your existing stack.

Step 03

Launch and optimize

Publish storefronts, onboard teams, and track conversion across every channel.

API / Developers

APIs for catalog, checkout, and wallet orders.

Browse catalog data publicly, then authenticate users for cart, payment, and order workflows.

Open full API guide

API Base URL

api.plenorhub.com/api/v1/

Public Access

/integration/* needs no token.

Commerce Auth

KCC ID bearer token with required scopes.

Public Catalog

No authentication required

GET /integration/products

GET /integration/merchants

GET /integration/categories

Browse products, merchants, and categories.

Wallet Commerce

Bearer token + commerce scope

GET /app/products

POST /app/cart/items

POST /app/pricing/preview

Build signed-in BigK catalog and cart flows.

Card / Fiat Checkout

Bearer token; linked wallet for preview

POST /checkout/shipping-rates

POST /checkout/preview

POST /checkout/create-session

GET /checkout/verify/{sessionId}

Quote, charge through Stripe, and verify.

KCC Direct Orders

Bearer token + commerce wallet scopes

POST /app/orders

GET /app/orders

GET /app/orders/{orderId}

Pay from wallet balance and track state.

Merchant portal administration and payouts use a separate merchant-scoped API surface not covered in this guide.

Integration Path

Connect without reshaping your product.

Request API access
  1. 01

    Browse public products and merchants using the unauthenticated /integration/* catalog family.

  2. 02

    For commerce actions, authenticate users through KCC ID and pass the issued bearer token.

  3. 03

    Use /checkout/* for Stripe payments or POST /app/orders for a KCC balance purchase.

  4. 04

    Verify completed checkout sessions or read order state before presenting confirmation.