← WebMCP Directory

lisaraleigh.com

lisaraleigh.com

live Unverified (seed import) Commerce 10 tools imperative implementation

Shop for all things health and wellness and experience the art of rebounding. Everything you need to start rebounding with Lisa Raleigh.

First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com

Answer 4 · Act 6 · Transact 0 · Score: Not yet scored

Tool inspector

update_cart

act imperative

Add products to the cart, update line item quantities, or remove items. Batch EVERY change for one request into a SINGLE call — line_items accepts up to 10 entries; do NOT call update_cart once per item. Do NOT retry a call that already returned a result: adds are cumulative, so repeating a call adds duplicate items. Use line_items[].item.id with a ProductVariant GID when the exact variant is known. Use line_items[].id from get_cart to update or remove an existing line, passing the ABSOLUTE target quantity (not a delta; quantity 0 removes the line). Use handle or query only when adding the selected or first available variant.

Page: /

Input schema

PropertyTypeRequiredDescription
cart object yes
Raw JSON schema
{
  "type": "object",
  "required": [
    "cart"
  ],
  "properties": {
    "cart": {
      "type": "object",
      "required": [
        "line_items"
      ],
      "properties": {
        "line_items": {
          "type": "array",
          "description": "Items to add or update (1-10).",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string",
                "description": "Existing cart line id from get_cart. Use to update or remove an existing line. Omit when adding new items."
              },
              "item": {
                "type": "object",
                "description": "The merchandise to add.",
                "properties": {
                  "id": {
                    "type": "string",
                    "description": "ProductVariant GID from get_product variants[].id, e.g. \"gid://shopify/ProductVariant/123\"."
                  }
                }
              },
              "handle": {
                "type": "string",
                "description": "Product handle. Adds the selected or first available variant; call get_product first if the user requested specific options."
              },
              "query": {
                "type": "string",
                "description": "Search query to find and add the selected or first available variant. For specific variants, call search_catalog/get_product first and pass item.id."
              },
              "quantity": {
                "type": "integer",
                "description": "Quantity. Defaults to 1 for adds and updates. Set to 0 with an existing line id to remove it.",
                "default": 1
              }
            }
          }
        }
      }
    }
  }
}

Similar websites

birmakine.com

birmakine.com

Bir Makine — Turkish marketplace for industrial machinery; browse current listings and find machines that fit your needs.

live Unverified Commerce
31 tools A1 / Act30 / T0 Not yet scored Seen 2026-08-27
search_listings ilan_ara ilan_detay kategori_gez marka_listele
Inspect tools
vaanzari.com

vaanzari.com

Explore handcrafted Banarasi sarees from Vaanzari, with artisan provenance, woven traditions and thoughtful customer care in India and worldwide.

live Unverified Commerce Transact tools
31 tools A14 / Act12 / T5 Not yet scored Seen 2026-08-27
scan_images_c2pa inspect_image_c2pa search_sarees get_saree list_artisans
Inspect tools
demo.openforagents.com

demo.openforagents.com

Open for Agents WebMCP demos for declarative browser-agent actions.

live Unverified Commerce
27 tools A7 / Act20 / T0 Not yet scored Seen 2026-08-27
get_site_info_api list_post_types_api get_navigation_api list_posts_api search_posts_api
Inspect tools
store.nekuda.ai

store.nekuda.ai

AI-native demo storefront

demo Unverified Commerce Transact tools
15 tools A8 / Act6 / T1 Not yet scored Seen 2026-08-27
open_home update_save_ai_agent_s_system authenticate search_products get_product_details
Inspect tools

Related on Influzer