> ## Documentation Index
> Fetch the complete documentation index at: https://docs.connectstrata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Shopify

> Provider ID: `Shopify`

## Getting Started

### Setup

<Steps>
  <Step title="Create a Shopify Developer Account">
    Sign up for a [Shopify Developer Account](https://shopify.dev/docs).
  </Step>

  <Step title="Create a Shopify app">
    Create a new Shopify app in the Shopify Developer Dashboard. In the `Access` section, select the [scopes](https://shopify.dev/docs/api/usage/access-scopes) required by your app. In the `Redirect URLs` section, enter the following URL:

    ```text theme={null}
    https://connect.connectstrata.com/oauth/callback
    ```
  </Step>

  <Step title="Create a Shopify Integration in Strata">
    Select Shopify in the [Strata Integration Catalog](https://app.connectstrata.com/integrations/catalog). Enter your Shopify App credentials and required scopes.

    <Note>
      The scopes in the Strata dashboard should match the scopes you requested in your Shopify app.
    </Note>
  </Step>
</Steps>
