ل

واجهة خاصة بك، بمحرك تجارة واحد

وصّل الويب أو التطبيق أو نقاط البيع بنفس Store API.

ابدأ من Store API

الكتالوج، الأسعار، المخزون، السلة والطلبات متاحة بعقود واضحة.

https://api.kumrah.app/v1
pk_live_demo_nova_market
import { createStoreClient } from "@kumrah/commerce"

const store = createStoreClient({
  baseUrl: "https://api.kumrah.app/v1",
  publishableKey: process.env.KUMRAH_STORE_KEY,
});

const { products } = await store.products.list();
Products & pricingREST + webhooks
Cart & checkoutREST + webhooks
InventoryREST + webhooks
PaymentsREST + webhooks
FulfillmentREST + webhooks
Regions & channelsREST + webhooks
مرجع معماري