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

# Shopify

> Manage products, orders, and customers in your Shopify store

## At a glance

* **Availability**: Experimental ([how to enable](/cloud/integrations)).
* **Auth**: OAuth 2.0.
* **Connection**: A user authorizes the connection in the provider's consent screen.
* **Scopes**: `read_products`, `write_products`, `read_orders`.

## Credentials

Set these per environment. See [Connect an integration](/cloud/integrations).

With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.

| Variable                | Required | Description                                                                                               |
| ----------------------- | -------- | --------------------------------------------------------------------------------------------------------- |
| `SHOPIFY_CLIENT_ID`     | Yes      | Shopify OAuth Client ID (API Key) [Docs](https://shopify.dev/docs/apps/auth/oauth).                       |
| `SHOPIFY_CLIENT_SECRET` | Yes      | Shopify OAuth Client Secret (API Secret Key) [Docs](https://shopify.dev/docs/apps/auth/oauth).            |
| `SHOPIFY_SHOP_DOMAIN`   | Yes      | Your Shopify store domain (e.g., mystore.myshopify.com) [Docs](https://shopify.dev/docs/apps/auth/oauth). |

## Tools

| Tool           | Access | Description                          |
| -------------- | ------ | ------------------------------------ |
| List Products  | Read   | List products in your Shopify store  |
| Get Product    | Read   | Get details of a specific product    |
| List Orders    | Read   | List orders from your Shopify store  |
| Get Order      | Read   | Get details of a specific order      |
| List Customers | Read   | List customers in your Shopify store |

## Example prompts

* List all products in my Shopify store with their prices and inventory levels.
* Show me the most recent orders from my Shopify store with customer details and order totals.
* List all customers in my Shopify store with their contact information and order history.
