Introduction

Welcome to the Nevuto Developer Platform. Learn how to integrate Nevuto into your application.

Welcome to the Nevuto Developer Platform. Our APIs and SDKs make it easy to build custom ecommerce experiences on top of Nevuto.

What is Nevuto?

Nevuto is an all-in-one ecommerce platform that lets entrepreneurs create and manage online stores. As a developer, you can use our APIs to:

  • Create and manage stores programmatically
  • Process payments through our unified payment gateway
  • Manage products including variants, pricing, and inventory
  • Handle orders from creation to fulfillment
  • Set up webhooks for real-time event notifications

Base URL

All API requests are made to:

https://api.nevuto.com/v1

Authentication

Every request requires an API key passed in the Authorization header:

curl https://api.nevuto.com/v1/stores \
  -H "Authorization: Bearer nv_live_your_api_key"

You can generate API keys from your Nevuto Dashboard.

Next Steps