import { CardGrid, LinkCard } from '@astrojs/starlight/components';

By connecting Shopify, your agent can look up your catalog live (products, variants, prices) and prepare the customer's shopping cart directly in the conversation, sharing your own store's payment link at the end — your agent never touches the money, the customer pays on Shopify.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting Shopify, your agent can look up your catalog live (products, variants, prices) and prepare the customer's shopping cart directly in the conversation, sh…"
    href="/en/integrations/shopify/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Note — The domain isn't a secret Unlike other integrations' keys, your store's domain (mitienda.myshopify.com) is public data — no need to protect it like a password."
    href="/en/integrations/shopify/02-antes-de-empezar/"
  />
  <LinkCard
    title="In Shopify: creating the store and locating its domain"
    description="Requirements: none — Shopify's Dev Dashboard is free, self-service sign-up."
    href="/en/integrations/shopify/03-en-shopify-crear-la-tienda-y-localizar-su-dominio/"
  />
  <LinkCard
    title="In Platform: connecting Shopify"
    description="Requirements: Admin role; your store's domain from section 3."
    href="/en/integrations/shopify/04-en-platform-conectar-shopify/"
  />
  <LinkCard
    title="Which actions to activate, and for whom"
    description="Shopify is the only integration in the catalog with no panel actions: connecting it triggers nothing in the background, it only makes its six tools available to the a…"
    href="/en/integrations/shopify/05-que-acciones-activar-y-para-quien/"
  />
  <LinkCard
    title="Testing the connection"
    description="With Shopify already connected, the detail's Status tab includes a Test connection button that makes a real call to your store's MCP server to confirm it's still resp…"
    href="/en/integrations/shopify/06-probar-la-conexion/"
  />
  <LinkCard
    title="Using it from the agent and from flows"
    description="With the tools activated (section 5), your agent can look up your catalog and put together a cart while chatting."
    href="/en/integrations/shopify/07-usarla-desde-el-agente-y-desde-los-flujos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect more than one Shopify store?"
    href="/en/integrations/shopify/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting Shopify and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/shopify/09-desconectar-shopify-y-que-pasa-con-tus-datos/"
  />
</CardGrid>