API Reference
Back to site
E-biz API

API reference

Build on E-biz. The REST API lets you manage products, orders, customers, branches, and payments, with API keys, webhooks, and realtime events. If you have used WooCommerce's REST API, this will feel familiar. Building a custom shopfront instead? See the Storefront API - the public, session-based API for headless storefronts.

Base URL
/api/v1
Auth
HTTP Basic / X-API-Key
Format
JSON · status + data

1. Overview

The Shopflow REST API provides programmatic access to:

  • Products - Create, read, update, delete products (including variable products with variants)
  • Orders - Create orders, list orders, update status and payment status
  • Customers - List and retrieve customer data
  • Shipping - Calculate shipping rates for external systems

All API endpoints that support external integration accept API key authentication. Webhooks allow you to receive real-time notifications when events occur in your store.


Explore the reference