remove_from_cart
ActiveTool of Synchronity
declared in 0.2.0
Remove a line item from the cart. Requires the item_id from the cart contents.
Parameters schema
{
"type": "object",
"required": [
"site_id",
"cart_id",
"item_id"
],
"properties": {
"cart_id": {
"type": "string",
"description": "Cart ID"
},
"item_id": {
"type": "string",
"description": "Line item ID from the cart (cart.items[].item_id)"
},
"site_id": {
"type": "string",
"description": "Registered site ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Synchronity
https://github.com/themewireco/synchronity
2/7 registries