Last updated March 27, 2026
The Commercit API lets you programmatically manage products, orders, customers, and more.
API requests are authenticated using API keys. Generate keys from Settings > API in your admin dashboard.
All API requests use the base URL: https://api.commercit.com/v1/
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.commercit.com/v1/products
See the full API documentation for endpoints, parameters, and examples.