Carts
Create, read, update, and cancel carts operated by an agent.
Last updated:
Operations
| Method | Endpoint | Operation |
|---|---|---|
POST | /ucp/carts | UCP create cart |
GET | /ucp/carts/{id} | UCP get cart |
PUT | /ucp/carts/{id} | UCP update cart |
POST | /ucp/carts/{id}/cancel | UCP cancel cart |