AI API

A full REST surface for products, inventory, shipping, search, checkout and recommendations — zero code required.

Products API

GET

/api/v1/products

Full catalog with structured attributes.

Inventory API

GET

/api/v1/inventory

Live stock levels per SKU/location.

Shipping API

POST

/api/v1/shipping/rates

Real-time shipping quotes.

Search API

GET

/api/v1/search

Semantic + keyword product search.

Checkout API

POST

/api/v1/checkout

Agent-initiated checkout sessions.

Recommendation API

GET

/api/v1/recommendations

Personalized product suggestions.

Request
curl https://api.suita.xyz/v1/products \
  -H "Authorization: Bearer <session token>" \
  -H "X-Store: walnut-home.com"

{
  "count": 6,
  "results": [
    { "id": "sku_1042", "name": "Walnut Dining Table", "price": 1240.00 }
  ]
}

Store API Keys

Each store gets its own scoped key the moment it connects — shown once, in your WordPress/Shopify plugin (Suita → Settings → Connect to Suita Cloud). Suita Cloud never displays it again; reconnecting issues a fresh one.

Manage connected stores