Skip to main content
We are currently rolling out our new API in carefully managed phases to ensure a stable and reliable experience for our partners. To express your interest in trying the API and to be notified when more slots become available, please sign up here.

Welcome

The Satsuma AI Platform API provides secure, monetizable, and transparent access to merchant inventory and ordering systems. Our API enables AI-powered applications to access real-time inventory data and place orders on behalf of users.

Key Features

  • Inventory Management: Real-time access to merchant inventory with advanced filtering
  • Shopping Cart: Complete cart lifecycle management with item operations
  • Order Processing: Streamlined order placement with tokenized payments
  • Merchant Integration: Secure connections to merchant systems

Satsuma API Endpoints

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]
I