Carts
Public catalog cart endpoints served through Effect HttpApi.
Available Methods
Each method has its own page with request and response details, examples, and generated code snippets.
- GET/api/carts/{handle}
Get active cart
- PUT/api/carts/{handle}
Update cart line item
- PATCH/api/carts/{handle}/comment
Update cart comment
- POST/api/carts/{handle}/create
Create cart
- GET/api/carts/{handle}/list
List session carts
- PATCH/api/carts/{handle}/name
Rename cart
- POST/api/carts/{handle}/select
Select active cart
- POST/api/carts/{handle}/submit
Submit active cart