# Shopify
URL: /reference/integrations/shopify
Type: reference
Description: Access orders, customers, and store data.
Keywords: shopify, integration, api key, connect
Access orders, customers, and store data.

Connect [#connect]

Connect Shopify with an API key in **Settings → Integrations**. Open the Shopify card, click **Connect**, and provide:

| Field                  | Required | Notes                     |
| ---------------------- | -------- | ------------------------- |
| Store domain           | Yes      | e.g. `acme.myshopify.com` |
| Admin API access token | Yes      | —                         |

Supported actions and triggers [#supported-actions-and-triggers]

Actions [#actions]

| Block                                       | What it does                                                                                                                           |
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| [Shopify](/reference/blocks/shopify-manage) | Look up products, orders, and customers in your Shopify store — including a customer's full order history — or run a raw GraphQL query |

Limits and failure modes [#limits-and-failure-modes]

* The connection can expire or be revoked. When it does, Shopify blocks fail with an authorization error until you reconnect in **Settings → Integrations**.
* A disconnected or unconfigured integration makes its blocks unavailable in the Workflow Builder.

{/* TODO(docs): document Shopify-specific rate limits and permission errors — not encoded in @stylo/core. */}

Related [#related]

* [Integrations overview](/integrations)
* [All workflow blocks](/reference/blocks)
* [Troubleshooting](/troubleshooting)