Fake Store API · Capability
Fake Store API — Carts
Fake Store API — Carts. 7 operations. Lead operation: List carts. Self-contained Naftiko capability covering one Fake Store Api business surface.
What You Can Do
GET
Listcarts
— List carts
/v1/carts
POST
Createcart
— Create a cart
/v1/carts
GET
Listcartsbyuser
— List carts for a user
/v1/carts/user/{userid}
GET
Getcart
— Get a cart
/v1/carts/{id}
PUT
Replacecart
— Replace a cart
/v1/carts/{id}
PATCH
Updatecart
— Partially update a cart
/v1/carts/{id}
DELETE
Deletecart
— Delete a cart
/v1/carts/{id}
MCP Tools
list-carts
List carts
read-only
idempotent
create-cart
Create a cart
list-carts-user
List carts for a user
read-only
idempotent
get-cart
Get a cart
read-only
idempotent
replace-cart
Replace a cart
idempotent
partially-update-cart
Partially update a cart
idempotent
delete-cart
Delete a cart
idempotent