manage_cart
Create, update, or retrieve Shopify carts by performing actions like add, remove, or get items. Manage cart operations programmatically for e-commerce automation.
Instructions
Create, modify, or retrieve a Shopify cart (create, add, remove, get).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Cart operation to perform | |
| cart_id | No | Existing cart ID (required for add/remove/get) | |
| quantity | No | Quantity to add or set (default 1) | |
| variant_id | No | Product variant ID (required for add/remove) |