Add a product to the authenticated user’s shopping cart
{
"productId": 42,
"quantity": 2
}
{
"id": 10,
"cartId": 1,
"productId": 42,
"quantity": 2
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GioTaipe/E-commerce/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <token>
{
"productId": 42,
"quantity": 2
}
{
"id": 10,
"cartId": 1,
"productId": 42,
"quantity": 2
}
{
"message": "Producto no encontrado"
}
{
"message": "Stock insuficiente"
}
{
"errors": [
{
"field": "quantity",
"message": "La cantidad debe ser al menos 1"
}
]
}
{
"message": "Usuario no autenticado"
}
{
"productId": 42,
"quantity": 2
}
{
"id": 10,
"cartId": 1,
"productId": 42,
"quantity": 2
}