Developer resources

One REST API to create products, publish them to 10+ sales channels, sync inventory and read orders — everything Nembol does, programmable.

Nembol is the multichannel selling platform: merchants manage one catalog and Nembol lists it on Shopify, Amazon, eBay, Etsy, WooCommerce, TikTok Shop and more — keeping stock in sync everywhere and collecting every order in one place.

The Nembol API makes all of that programmable. Plug in your ERP, warehouse system or custom backend to:

  • Create products once and publish them to any connected channel
  • Push stock and price changes by SKU — Nembol propagates them to every channel
  • Read orders from every channel in one normalized shape, tracking included
  • React in real time with signed webhooks for orders, inventory and listings

Before you start

You need a Nembol store on an Enterprise plan (invite-only during the beta), one connected channel, and an API key from Settings → Developers. Request access.

Get started

Two requests take you from an empty store to a product live on a channel — and the whole API speaks the same plain REST: prefixed ids, one error envelope, cursor pagination, idempotent writes.

Start with the quickstart →

curl https://api.nembol.com/rest/v1/store \
  -H "Authorization: Bearer nbl_test_xxxxxxxx"

{
  "name": "Acme Vintage",
  "currency": "USD",
  "plan": "Enterprise",
  "mode": "test"
}

Versioning

Essentials

Tools

Features

Coming soon

npm SDK

Official TypeScript client, generated from the spec.

MCP server

Let AI agents run your store — same keys and scopes.

API playground

Call any endpoint from these docs with your test key.

Security and privacy

Last updated on July 28, 2026

Need help?

The API is in private beta — email us and a human replies, usually within one business day.

On this page