> ## Documentation Index
> Fetch the complete documentation index at: https://koreai-content-gov.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Using the Shopify Action Templates

<Badge icon="arrow-left" color="gray">[Back to Actions Integrations](/ai-for-service/integrations/overview#actions)</Badge>

Use prebuilt Shopify action templates to auto-create dialog tasks for managing orders, products, and customers.

**To access templates:**

1. Go to **Automation AI** > **Use Cases** > **Dialogs** and click **Create a Dialog Task**.

2. Under **Integration**, select **Shopify**.

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img2.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=6724eb239c4f08c252a88efc03e92b0e" alt="Integrations - Shopify" width="1193" height="904" data-path="ai-for-service/integrations/actions/images/shopify-tem-img2.png" />

3. If no integration is configured, click **Explore Integrations** to set one up. See [Actions Overview](/ai-for-service/integrations/overview#actions).

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img3.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=afda2ddfa28565ce10e5d2bc1a122612" alt="Explore Integrations" width="892" height="906" data-path="ai-for-service/integrations/actions/images/shopify-tem-img3.png" />

***

## Supported Actions

| Task                          | Description                                      | Method |
| ----------------------------- | ------------------------------------------------ | ------ |
| Get order by ID               | Retrieves order details with an order ID.        | GET    |
| Get orders by customer ID     | Retrieves orders using the customer ID.          | GET    |
| Get products by name          | Retrieves products using their names.            | GET    |
| Get product by ID             | Retrieves product details using the ID.          | GET    |
| Get products by collection ID | Retrieves products using the collection ID.      | GET    |
| Get variants by product ID    | Retrieves product variants using the product ID. | GET    |

***

### Get Order by ID

1. Install the template from [Shopify Action Templates](/ai-for-service/integrations/actions/configuring-the-shopify-action#step-2-install-the-shopify-action-templates).

2. The **Get Order by ID** dialog task is added with the following components:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img4.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=e4853d3688b3dee8cffeabf1f5f3acde" alt="Get Order by ID dialog task is added" width="1491" height="873" data-path="ai-for-service/integrations/actions/images/shopify-tem-img4.png" />

   * **getOrderbyID** - User intent to fetch an order by ID.

   * **orderID** - Entity node for the order ID.

   * **getOrderbyIDService** - Bot action service to get an order by ID. Click **Edit Request**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img5.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=3d805c259d0cd2a5c9682716a42c4835" alt="Get Order by ID - Edit Request" width="1919" height="910" data-path="ai-for-service/integrations/actions/images/shopify-tem-img5.png" />

     Click **+Add Response**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img6.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=3b47a85eeba8359e1cd6a6f4abfa98fe" alt="Get Order by ID - Add Response" width="1919" height="910" data-path="ai-for-service/integrations/actions/images/shopify-tem-img6.png" />

   * **getOrderbyIDMessage** - Message node to display responses.

3. Click **Train**, then **Talk to Bot** to test:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img7.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=9566e8585887e7d815bee03fce893319" alt="VA prompts to Get Order by ID" width="738" height="817" data-path="ai-for-service/integrations/actions/images/shopify-tem-img7.png" />

4. Click **View Order** to see order details in Shopify:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img8.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=24467ecea312960084618189a9920418" alt="View order details for a given id" width="728" height="821" data-path="ai-for-service/integrations/actions/images/shopify-tem-img8.png" />

***

### Get Orders by Customer ID

1. Install the template from [Shopify Action Templates](/ai-for-service/integrations/actions/configuring-the-shopify-action#step-2-install-the-shopify-action-templates).

2. The **Get Orders by Customer ID** dialog task is added with the following components:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img10.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=a01bcf5d5b861b87ff3d0f5443aa3204" alt="Get Orders by Customer ID dialog task is added" width="1473" height="897" data-path="ai-for-service/integrations/actions/images/shopify-tem-img10.png" />

   * **getOrdersbyCustomerID** - User intent to get orders by customer ID.

   * **customerID** - Entity node for the customer ID.

   * **getOrdersbyCustomerIDService** - Bot action service to get orders by customer ID. Click **Edit Request**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img11.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=94ff47a9e2d7d0c8a4ffd85b8dcce464" alt="Get Orders by Customer ID - Edit Request" width="1914" height="904" data-path="ai-for-service/integrations/actions/images/shopify-tem-img11.png" />

     Click **+Add Response**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img12.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=d7831634cd4839e50d756b1a8cce7b30" alt="Get Orders by Customer ID - Add response" width="1916" height="783" data-path="ai-for-service/integrations/actions/images/shopify-tem-img12.png" />

   * **getOrdersbyCustomerIDMessage** - Message node to display responses.

3. Click **Train**, then **Talk to Bot** to test:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img13.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=ae28440a102afc03c0ce5ffbc703fa21" alt="VA Prompt to Get Orders by Customer ID" width="269" height="300" data-path="ai-for-service/integrations/actions/images/shopify-tem-img13.png" />

***

### Get Products by Name

1. Install the template from [Shopify Action Templates](/ai-for-service/integrations/actions/configuring-the-shopify-action#step-2-install-the-shopify-action-templates).

2. The **Get Products by Name** dialog task is added with the following components:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img14.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=cbf46369dd1cc1bf93a3ce6bcfb26958" alt="Get Products by Name dialog task is added" width="1491" height="906" data-path="ai-for-service/integrations/actions/images/shopify-tem-img14.png" />

   * **Get Products by Name** - User intent to fetch products by name.

   * **Name** - Entity node for the product name.

   * **getProductsbyNameService** - Bot action service to fetch products by name. Click **+Add Response**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img15.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=ec36db45a2c3ca7ddccf0bd23a4939c0" alt="Get Products by Name - Add Response" width="1919" height="904" data-path="ai-for-service/integrations/actions/images/shopify-tem-img15.png" />

   * **getProductsByNameMessage** - Message node to display responses.

3. Click **Train**, then **Talk to Bot** to test:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img16.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=9d8d7a1e9282f1109ea77631c2a94e58" alt="VA prompt to Get Products by Name" width="720" height="812" data-path="ai-for-service/integrations/actions/images/shopify-tem-img16.png" />

***

### Get Product by ID

1. Install the template from [Shopify Action Templates](/ai-for-service/integrations/actions/configuring-the-shopify-action#step-2-install-the-shopify-action-templates).

2. The **Get Product by ID** dialog task is added with the following components:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img17.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=3388966a183c576963015d87d0bd2c95" alt="Get Product by ID dialog task is added" width="1415" height="915" data-path="ai-for-service/integrations/actions/images/shopify-tem-img17.png" />

   * **Get product by ID** - User intent to fetch a product by ID.

   * **productId** - Entity node for the product ID.

   * **getProductbyIDService** - Bot action service to find a product by ID. Click **Edit Request**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img18.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=79ef2dd6ece5cca48b63f5250da21d2f" alt="Get Product by ID - Edit Request" width="1902" height="904" data-path="ai-for-service/integrations/actions/images/shopify-tem-img18.png" />

     Click **+Add Response**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img19.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=f36fda6327282e50015320390695d9f3" alt="Get Product by ID - Add response" width="1917" height="817" data-path="ai-for-service/integrations/actions/images/shopify-tem-img19.png" />

   * **getProductbyIDMessage** - Message node to display responses.

3. Click **Train**, then **Talk to Bot** to test:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img20.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=ae4d1aef8143854b00ab45c4ac4366cc" alt="VA prompt to Get Product by ID" width="727" height="816" data-path="ai-for-service/integrations/actions/images/shopify-tem-img20.png" />

***

### Get Products by Collection ID

1. Install the template from [Shopify Action Templates](/ai-for-service/integrations/actions/configuring-the-shopify-action#step-2-install-the-shopify-action-templates).

2. The **Get Products by Collection ID** dialog task is added with the following components:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img21.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=71e1f37c3fbdb268acae4299eda2af24" alt="Get Products by Collection ID dialog task is added" width="1379" height="896" data-path="ai-for-service/integrations/actions/images/shopify-tem-img21.png" />

   * **getProductsbyCollectionId** - User intent to fetch products by collection ID.

   * **collectionID** - Entity node for the collection ID.

   * **getProductsbyCollectionIDService** - Bot action service to fetch products by collection ID. Click **Edit Request**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img22.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=88df1f4aa45581bad2ae7901b76e4a6f" alt="Get Products by Collection ID - Edit request" width="1917" height="808" data-path="ai-for-service/integrations/actions/images/shopify-tem-img22.png" />

     Click **+Add Response** for sample responses.

   * **getProductsbyCollectionIDMessage** - Message node to display responses.

3. Click **Train**, then **Talk to Bot** to test:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img23.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=8e13f56b9a6813dead8e1539cca4e754" alt="VA prompt to Get Products by Collection ID" width="728" height="805" data-path="ai-for-service/integrations/actions/images/shopify-tem-img23.png" />

***

### Get Variants by Product ID

1. Install the template from [Shopify Action Templates](/ai-for-service/integrations/actions/configuring-the-shopify-action#step-2-install-the-shopify-action-templates).

2. The **Get Variants by Product ID** dialog task is added with the following components:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img24.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=d7b5ccf5f53d59056939a672ff2cea2b" alt="Get Variants by Product ID dialog task is added" width="1283" height="912" data-path="ai-for-service/integrations/actions/images/shopify-tem-img24.png" />

   * **GetVariantsbyProductID** - User intent to fetch variants by product ID.

   * **productId** - Entity node for the product ID.

   * **getVariantsbyProductIDService** - Bot action service to fetch variants by product ID. Click **Edit Request**:

     <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img25.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=53b3959839d3a0f730775e50876396ab" alt="Get Variants by Product ID - Edit Request" width="1910" height="901" data-path="ai-for-service/integrations/actions/images/shopify-tem-img25.png" />

   * **getVariantsbyProductIDMessage** - Message node to display responses.

3. Click **Train**, then **Talk to Bot** to test:

   <img src="https://mintcdn.com/koreai-content-gov/uyUIYXvRKEknncMN/ai-for-service/integrations/actions/images/shopify-tem-img26.png?fit=max&auto=format&n=uyUIYXvRKEknncMN&q=85&s=21052208ab9cccc0b8e92e87a41d057e" alt="VA prompt to Get Variants by Product ID" width="728" height="805" data-path="ai-for-service/integrations/actions/images/shopify-tem-img26.png" />
