Create Shopify cart
create_cartCreate a Shopify-owned cart for selected variant line items through the configured Shopify Cart/Storefront MCP endpoint. Commonlands MCP is a stateless proxy: cart state is stored and mutated by Shopify, not in the Worker. The response includes a cart_access_token that binds the cart to this session; retain it, because get_cart and update_cart refuse to act on the cart without it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart | Yes | ||
| meta | No | Optional UCP metadata. ucp-agent.profile is filled from server config when omitted. |