Create a Connect key
Open Connect API and create an API key. Copy it once and give it only to your developer or POS provider.
Open Connect APIPartner Docs
A simple guide for connecting your shop, catalog, POS, stock updates, and order notifications to SnapAct. Use this when speaking with your store team, developer, or POS provider.
Quick meaning
If your store already uses a POS or inventory system, that system can send products, prices, stock count, and availability into SnapAct through Connect API. Buyers then see fresher products without you updating the same item twice.
Open Connect API and create an API key. Copy it once and give it only to your developer or POS provider.
Open Connect APIYour POS provider stores the key on their backend and sends product updates to SnapAct whenever price, stock, or availability changes.
Open API docsAdd a webhook if your POS should receive paid SnapAct orders and order status changes automatically.
Add webhookExact POS flow
What to give your POS provider
| Item | Value |
|---|---|
| API base | https://connect.snapact.io |
| Catalog endpoint | POST /connect/v1/catalog/items |
| Inventory endpoint | GET /inventory/nearby |
| SDK | npm install @snapact/connect-sdk |
| Authentication | Authorization: Bearer {Connect API key} |
| Webhook events | order.paid, order.status.updated, catalog.item.upserted, catalog.item.deleted |
Security rule
Connect keys belong on a secure server only. Do not place them in website JavaScript, mobile apps, browser extensions, cashier frontend screens, screenshots, or public support tickets. If a key leaks, revoke it and create a new one.
More detail
This Markdown guide is better for sending to a POS provider or internal developer.