Rami Levy MCP Server

update_quantity

Modify the quantity of a specific product in your Rami Levy Online Grocery Store cart by providing the product ID, store identifier, and desired new quantity.

Instructions

Update the quantity of an item in the cart

Input Schema

NameRequiredDescriptionDefault
idYesProduct identifier
newQuantityYesNew quantity for the product
storeYesStore identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Product identifier", "type": "number" }, "newQuantity": { "description": "New quantity for the product", "minimum": 1, "type": "number" }, "store": { "description": "Store identifier", "type": "string" } }, "required": [ "store", "id", "newQuantity" ], "type": "object" }

Other Tools from Rami Levy MCP Server

Related Tools

ID: 3up0tbfts7