Help Centre / Developer API & Webhooks
🛒

Online store integration guide

Connect an online store so orders, products, payments, and status updates can sync with BOS.

Developer API & Webhooks8 min read

Store to BOS

  1. store.order_create sends a new checkout/order into BOS.
  2. store.payment_update updates payment status.
  3. store.checkout_abandoned can inform BOS or n8n about abandoned checkout.
  4. product.update_stock updates product stock in BOS.

BOS to store

  1. order.status_updated can notify the store when order status changes.
  2. order.cancelled can sync cancellation.
  3. product.stock_updated can update store inventory.
  4. product.price_updated can support future price sync.

Order support mode

When an online store creates an order through BOS API, the customer should be visible in AI Inbox and treated like an order-support customer.

Need direct support?

Contact Kasaloma support if you cannot find the answer or your workspace needs checking.

Contact support