Version: 2.17.2
carts API
Comprehensive shopping cart management API for e-commerce operations.
Manage shopping carts, handle cart items, process checkout, and integrate with order systems. Supports full CRUD operations with advanced filtering, pagination, and sorting capabilities.
Tax semantics
This API uses gross and net in the REVERSE of common accounting usage:
- gross = amount EXCLUDING tax (the pre-tax base)
- net = amount INCLUDING tax
Therefore net = gross + tax, and net is always the larger value. Do not map gross to a tax-inclusive field.
Authentication
- OAuth 2.0: OAuth2
OAuth2 client credentials flow for API authentication
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (clientCredentials): | Token URL: https://api.helice.cloud/oauth2/token/ Scopes: |