# PayPal Cart API v1 v1 (/api/agentic-commerce/v1)

## Cart Operations

- [POST Create cart](/api/agentic-commerce/v1/createcart): Creates a new cart with the provided PayPalCart object.
- [GET Get cart details](/api/agentic-commerce/v1/getcart): Retrieves the current state of a cart.
- [PUT Update cart](/api/agentic-commerce/v1/updatecart): Updates a cart by completely replacing its contents with the provided PayPalCart object.

## Checkout

- [POST Complete checkout](/api/agentic-commerce/v1/completecheckout): Completes the checkout process after customer has approved payment via PayPal.