Skip to main content
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​

OAuth2 client credentials flow for API authentication

Security Scheme Type:

oauth2

OAuth Flow (clientCredentials):

Scopes: