VU OS Admin API Overview
Introduction
Admin API enables you to programmatically interact with VU OS, allowing you to build integrations and automate workflows. With this API, you can manage orders, products, fulfillments, and customer data.
Key Features
Customer Data: Handle customer accounts and addresses (CRUD)
Order Management: Create, retrieve, and update orders and tags (CRUD)
Product Catalog: Manage products (CRUD)
Recipes: Retrieve recipes based on recipe ID
Fulfillment Tracking: Track shipping and delivery information
Webhook Support: Receive real-time notifications of important events
Authentication
All Admin API queries require a valid API key and secret. Please contact your assigned Solution Architect to obtain these. Once you have these here is what the request should look like:
Use HTTPS
Include authentication credentials
Specify an API version
Set the Content-Type header to application/json.
The API accepts and returns JSON data.
Example request:
Complete Response - Sample References
The following code sample demonstrates all response types that the API is capable of returning.
API Versioning
The API is versioned to ensure stability for your integrations. Include the version in all API requests:
Current version: v1
Getting Help
Use the search feature in this documentation portal to find answers first.
Contact your Solution Architect for technical support if you don't find answers in this documentation portal.
Last updated