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 the Enterprise+ plan, one connected channel, and an API key from Settings → Developers. On any other plan the API is available after an upgrade — the Developers page in your dashboard links straight to it.

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

Guides by use case

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 August 26, 2026

Need help?

Email us and a human replies, usually within one business day.

On this page