AVECTOR OMS API v1
AVECTOR OMS API
Introduction
The AVECTOR OMS API lets partners create and manage delivery orders and the locations they use.
Orders
Create and manage deliveries for your customers.
Warehouses
Keep your pickup and drop-off locations organized.
Getting started
- Get your API key from the AVECTOR team.
- Use base URL https://api.avector.lv and open Swagger there.
- Call any endpoint with the header x-api-key: <your-key>.
Example — list orders
curl -X GET "https://api.avector.lv/api/orders?limit=20" \ -H "x-api-key: YOUR_API_KEY_HERE"
Endpoints
View all endpoints in Swagger and try them out with your key.
Orders
- See the Orders endpoints in Swagger.
Warehouses
- See the Warehouses endpoints in Swagger.