Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
Wishlist

Wishlist

⚡ Built-in — Platform Built-in

Visitor wishlists. Add/remove products, get wishlist with live product data (prices, stock, images). Requires Visitor Auth — visitor_id identifies the user. Idempotent: adding a product twice is silently ignored.

⚡ Built-in — No Setup Required This integration is built into the WebsitePublisher platform. All endpoints are available immediately — no API key needed.

Endpoints (3)

POST add-item

Add a product to the visitor wishlist. Validates product exists and is active. Idempotent: adding the same product+variant twice is silently ignored. Returns full wishlist.

No input parameters required.

DELETE remove-item

Remove a product from the visitor wishlist. Returns updated wishlist.

No input parameters required.

GET get-wishlist

Get the full wishlist for a visitor. Items enriched with live product data: name, price (variant price if applicable), stock availability, images. Inactive products flagged with product_active=false.

No input parameters required.

MCP Tool Names

When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:

EndpointMCP Tool Name
add-item wishlist_add_item
remove-item wishlist_remove_item
get-wishlist wishlist_get_wishlist
← Back to all integrations