> ## Documentation Index
> Fetch the complete documentation index at: https://help-center.quizify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Shopify

> Create or update Shopify customers from quiz submissions.

## Navigation

1. Go to Shopify Admin → Apps → Quizify.
2. Open a quiz from Dashboard or My Quizzes (click Edit or create a new quiz).
3. In the Quiz Builder, click Integration in the left icon menu.
4. Choose Shopify (or leave All selected).

## Shopify Customers

Create or update Shopify customers from User Form details.

Available on the Pro Plan.

### How to Connect

1. Open Integration → Shopify.
2. Click Shopify Customers.
3. Connect the integration.
4. Make sure your quiz has a User Form with first name, last name, and email visible.

### What Data Is Sent

<table>
  <thead>
    <tr>
      <th>Data</th>
      <th>Details</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>First name</td>
      <td>From the User Form</td>
    </tr>

    <tr>
      <td>Last name</td>
      <td>From the User Form</td>
    </tr>

    <tr>
      <td>Email</td>
      <td>From the User Form</td>
    </tr>

    <tr>
      <td>Tags</td>
      <td>Quizify</td>
    </tr>
  </tbody>
</table>

* Sync happens after a successful live quiz submission.
* First name, last name, and email are all required for the customer sync.

## Notes

* Integrations are set per quiz in the Quiz Builder.
* Shopify Customers usually requires a submitted email.
* Always Save after connecting.
* Always test with a real published quiz submission when checking synced customers.

<nav class="qh-pagination" aria-label="Pagination">
  <a class="pagination-prev" href="/quiz-builder/integration/crm-and-external-tools">
    <span>
      <strong>Automation</strong>
      <span>Previous</span>
    </span>
  </a>

  <a class="pagination-next" href="/quiz-builder/integration/product-subscriptions">
    <span>
      <strong>Subscriptions</strong>
      <span>Next</span>
    </span>
  </a>
</nav>
