The Ops2Sell REST API lets you manage products, orders, inventory, customers, and more programmatically. All authenticated endpoints require a valid session cookie or API key.
https://your-domain.com52 endpoints10 sectionsMost endpoints require authentication. Include a valid session cookie or pass the Authorization: Bearer YOUR_API_KEY header.
All responses follow the format: { "data": ... } for success or { "error": { "code", "message" } } for errors.