> ## Documentation Index
> Fetch the complete documentation index at: https://koreai-agentplatform-dev.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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img2.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=bbee8522f116df86f572a00bb479f857" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img3.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=7c0039aed2ca2402d3e5a44acf4aca79" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img4.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=f2af2704048ba7246cbadad79b420c5f" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img5.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=98539c28c03d3862b848b5c4069e2353" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img6.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=1b4bb7bb53d1171e6b1e44e8c464ed3d" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img7.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=afe8671c26230401683f0da77ecb9ff1" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img8.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=dd385e90c7433d7ae294410bc52ae4f9" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img10.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=3de814e5618cfe6e027e39ed2062eb46" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img11.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=29f1e7c86b328e121cbb18f0cadda7b4" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img12.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=956909784431d7c5de43c2120af9d473" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img13.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=831a1099c6b2bce56e959c097eff6aa5" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img14.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=729ab5c680f8e7f1754cfdae07ed9bd4" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img15.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=16e5fa783c0fb844d50b6b0a9d88e328" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img16.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=780b2c2f80c243057993e80535bece11" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img17.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=5dc9893c2f8b279d74bcbf3f8b80c401" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img18.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=8e898d3c8b9ab2087a60befbccc012a3" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img19.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=b351bc2cc45f9a9bcdca05822058839e" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img20.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=0ebd08283234a981a64e0cbf82c8e7ae" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img21.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=a06c18202dd8926c00cf753795927758" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img22.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=b17715f0af4fa5893b31c51a1685cbf2" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img23.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=562374980023440eadb76ab76f3da730" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img24.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=f3a304bf837af26eca2b9371b24daac6" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img25.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=2e9e6cc65b2da98b65e668da32c624f9" 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-agentplatform-dev/UrDIfMOOUOqlNizE/ai-for-service/integrations/actions/images/shopify-tem-img26.png?fit=max&auto=format&n=UrDIfMOOUOqlNizE&q=85&s=c8fa701db370db6f29243eb4351781a0" 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" />
