> For the complete documentation index, see [llms.txt](https://limechatai.gitbook.io/limechat-product-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://limechatai.gitbook.io/limechat-product-guide/whatsapp-marketing/flows/action-nodes/get-pdps.md).

# Get PDPs

**Node Name:**\
Get PDPs

***

**What it does:**\
Fetches Product Detail Page (PDP) links for items from Shopify and formats them for use in messages (e.g., sending product links to users on WhatsApp).

***

**When to Use:**

* When you want to send product links to users in a conversation
* In purchase or browse flows where users need to view product details
* After identifying a product (e.g., from catalog search or recommendation)
* When constructing WhatsApp template messages with product URLs

***

**UI Inputs:**\
*No configurable inputs required*

***

**Outputs:**

* **Successful**
  * Type: Boolean
  * Meaning:
    * true → PDP links were fetched successfully
    * false → Failed to fetch PDP links
* **Formatted PDP URLs**
  * Type: Text
  * Meaning:
    * Clean, ready-to-use product links (typically formatted for direct sharing in chat)
* **Template Message PDP URLs**
  * Type: Text
  * Meaning:
    * PDP links formatted specifically for use inside WhatsApp template messages

***

**Requirements:**

* **Supported Events:**
  * Shopify Checkout Created
  * Shopify Checkout Updated
  * Shopify Order Created
  * Shopify Order Updated
  * Shopify Order Fulfilled
  * Shopify Order Cancelled
* **Required Integrations:**
  * Shopify

***

**Notes:**

* This node does not require any manual configuration—works based on Shopify data in the flow
* Typically used before sending a message node where PDP links are included
* Ensure product context (e.g., product IDs or cart data) exists earlier in the flow for meaningful output
