Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/carts/{idCartToken} | Retrieves a cart using the idCartToken. |
GET | /api/v1/carts | Returns the cart by idMember or idProspect. |
POST | /api/v1/carts | Creates a new cart. |
PATCH | /api/v1/carts/forfeit | Abandons a cart. |