# Shopify Cart

> Read back and edit a Shopify cart in chat — quantities, removals, checkout link

Canonical: https://skillsets.cloodot.com/skillsets/shopify_cart
Install: https://chats.cloodot.com/dash/ai/skillsets?install=cmsdldcz60000psp7c5nb2qlq
Publisher: Cloodot Inc
Version: 1
Skills: 2
Installs: 1

## Description

The other half of a cart. **Shopify** builds one and hands over a checkout link; this reads it back and changes it, so "what's in my basket?" and "make that two" are answered without starting again. ## Skills **🛒 View Cart** — what is in it, live prices, the total and the checkout link **✏️ Change Cart** — set a quantity, take a line out, or empty it ## How it finds the cart From the `cart_id` the Add to Cart skill returned, which the assistant carries between turns. A checkout URL works too. With no id these skills say the cart is empty rather than describing somebody else's. ## Setup 1. Install this and enter your **Shop Domain** — the same one the Shopify listing uses 2. Enable it on your **Persona → Skills** 3. Best paired with **Shopify**, which is what creates the cart in the first place > Storefront API `2025-10`. No API key. A quantity Shopify caps to available stock comes back as the capped number, never the one that was asked for.

## Skills

- **Change Cart** (execute) — Changes a line's quantity, removes a line, or empties a Shopify cart, then returns the cart as it now stands. Refuses to act while it is unclear which line was meant, and reports the quantity Shopify actually gave rather than the one requested.
- **View Cart** (search) — Reads a Shopify cart live and returns what is in it — each line, its quantity and price, the total, any discount, and the checkout link. Flags lines that have sold out since they were added, because those block checkout.

