WooCommerce · Capability
WooCommerce Store API — Cart
WooCommerce Store API — Cart. 13 operations. Lead operation: WooCommerce Get the Current Cart. Self-contained Naftiko capability covering one Woocommerce business surface.
What You Can Do
GET
Getcart
— WooCommerce Get the Current Cart
/v1/cart
POST
Addcartitem
— WooCommerce Add an Item to the Cart
/v1/cart/add-item
POST
Applycartcoupon
— WooCommerce Apply a Coupon to the Cart
/v1/cart/apply-coupon
GET
Listcartitems
— WooCommerce List Cart Items
/v1/cart/items
DELETE
Clearcartitems
— WooCommerce Clear All Cart Items
/v1/cart/items
GET
Getcartitem
— WooCommerce Get a Cart Item
/v1/cart/items/{key}
PUT
Updatecartitembykey
— WooCommerce Update a Cart Item by Key
/v1/cart/items/{key}
DELETE
Deletecartitem
— WooCommerce Delete a Cart Item by Key
/v1/cart/items/{key}
POST
Removecartcoupon
— WooCommerce Remove a Coupon from the Cart
/v1/cart/remove-coupon
POST
Removecartitem
— WooCommerce Remove an Item from the Cart
/v1/cart/remove-item
POST
Selectcartshippingrate
— WooCommerce Select a Shipping Rate for the Cart
/v1/cart/select-shipping-rate
POST
Updatecartcustomer
— WooCommerce Update Cart Customer Data
/v1/cart/update-customer
POST
Updatecartitem
— WooCommerce Update a Cart Item Quantity
/v1/cart/update-item
MCP Tools
woocommerce-get-current-cart
WooCommerce Get the Current Cart
read-only
idempotent
woocommerce-add-item-cart
WooCommerce Add an Item to the Cart
woocommerce-apply-coupon-cart
WooCommerce Apply a Coupon to the Cart
woocommerce-list-cart-items
WooCommerce List Cart Items
read-only
idempotent
woocommerce-clear-all-cart-items
WooCommerce Clear All Cart Items
idempotent
woocommerce-get-cart-item
WooCommerce Get a Cart Item
read-only
idempotent
woocommerce-update-cart-item-key
WooCommerce Update a Cart Item by Key
idempotent
woocommerce-delete-cart-item-key
WooCommerce Delete a Cart Item by Key
idempotent
woocommerce-remove-coupon-cart
WooCommerce Remove a Coupon from the Cart
woocommerce-remove-item-cart
WooCommerce Remove an Item from the Cart
woocommerce-select-shipping-rate-cart
WooCommerce Select a Shipping Rate for the Cart
woocommerce-update-cart-customer-data
WooCommerce Update Cart Customer Data
woocommerce-update-cart-item-quantity
WooCommerce Update a Cart Item Quantity