Introduction
Welcome to the NVU API Documentation.
Overview
The NVU API is a RESTful web service that provides programmatic access to stock, shipment, and logistics data. This API enables you to integrate NVU services directly into your applications and workflows.
Key Features
- Stock Management: Query real-time inventory data, including SKU information, lot tracking, and availability
- Shipment Tracking: Access shipment details, status updates, and delivery information
- Token-based Authentication: Secure API access using Bearer token authentication
- RESTful Design: Standard HTTP methods and JSON responses for easy integration
Getting Started
To start using the NVU API:
- Authenticate: Obtain your access token using client credentials (see Authentication)
- Make Requests: Use the token to access protected endpoints
- Explore: Check the API reference for available endpoints and data models
All API endpoints return JSON responses and use standard HTTP status codes to indicate success or failure.