← WebMCP Directory

kidsuper.com

kidsuper.com

live Unverified (seed import) Commerce 10 tools imperative implementation

KidSuper Studios

First seen 2026-09-14 · Last seen 2026-09-14 · 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
44 tools A3 / Act41 / T0 Not yet scored Seen 2026-09-14
search_listings scan_images_c2pa inspect_image_c2pa ilan_ara ilan_detay
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
37 tools A17 / Act15 / T5 Not yet scored Seen 2026-09-14
scan_images_c2pa inspect_image_c2pa search-sarees get-saree compare-sarees
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-09-14
get_site_info_api list_post_types_api get_navigation_api list_posts_api search_posts_api
Inspect tools
ourmenuos.online

ourmenuos.online

The complete operating layer for modern businesses. Build your digital storefront, manage operations, and process payments instantly with 9 specialized industry…

live Unverified Commerce Transact tools
26 tools A8 / Act14 / T4 Not yet scored Seen 2026-09-14
wetaego_find_venue wetaego_search_catalog wetaego_get_item_details wetaego_create_cart wetaego_add_to_cart
Inspect tools

Related on Influzer