magento · Capability
Magento REST API — Carts
Magento REST API — Carts. 3 operations. Lead operation: Create a cart for the authenticated customer. Self-contained Naftiko capability covering one Magento business surface.
What You Can Do
POST
Createcustomercart
— Create a cart for the authenticated customer
/v1/v1/carts/mine
POST
Additemtocart
— Add item to customer cart
/v1/v1/carts/mine/items
POST
Createguestcart
— Create a guest cart
/v1/v1/guest-carts
MCP Tools
create-cart-authenticated-customer
Create a cart for the authenticated customer
add-item-customer-cart
Add item to customer cart
create-guest-cart
Create a guest cart