DocumentationDevelopers
API Reference Overview
Last updated: Feb 10, 2026
DevelopersAPI Reference Overview
The Cartgon API allows you to programmatically manage your store's products, orders, and customers. It's built on RESTful principles and uses JSON for data exchange.
Authentication
To use the Cartgon API, you'll need to provide an API key with each request. You can generate API keys in your dashboard under Store Settings > API Management.
Common Endpoints
- GET /api/v1/products: Retrieve a list of products in your store.
- POST /api/v1/orders: Create a new order.
- GET /api/v1/customers: Retrieve a list of customers.
Error Handling
The Cartgon API uses standard HTTP response codes to indicate the success or failure of an API request.
- 200 OK: The request was successful.
- 401 Unauthorized: Authentication failed.
- 404 Not Found: The requested resource could not be found.
- 500 Internal Server Error: Something went wrong on our end.
For detailed information on each endpoint, please refer to our full API documentation.
Was this article helpful?
Still need help? Contact our support team