Overview
Merchant carts are server-scoped carts used in merchant operations (for example: creating carts on behalf of customers).Authentication
Requiresx-commerce-api-key.
Request
List merchant carts
Create a merchant cart
Add an item
Validate merchant cart
Totals
Response
Example response (truncated):Errors
401missing/invalid commerce API key400invalid cart id or payload
Examples
- Prefer merchant carts when you need server-side cart control and auditing. Next: Products

