# Hulk Product Options

## Connection <a href="#configuring" id="configuring"></a>

Your Shopify store’s connection will automatically be selected when adding the Hulk Product Options trigger.

Ensure the Hulk Product Options app is installed on your Shopify store before using any steps that rely on it.

<figure><img src="/files/XOpvPIK1VYnExmUb7dIU" alt=""><figcaption></figcaption></figure>

## Configure

### Hulk Product Options Order Created Trigger <a href="#create" id="create"></a>

The Hulk Product Options trigger will run when an order is received that includes line item properties (option selections).

You can choose to have the workflow run only when orders are received with specific line item properties by clicking the More fields button in the Setup menu of the trigger.

Checking the Filter by Line Item Property Names checkbox will allow you to filter for specific option selections on orders. You can add multiple line item property names to filter from.

<figure><img src="/files/W7aEo59lFCXI8JGJ7v2O" alt=""><figcaption></figcaption></figure>

If the Hulk Product Options "Line Item Property Name" field in your trigger is left empty, all line item properties from Hulk Product Options attached to the order will be returned.

## Technical Notes <a href="#potential" id="potential"></a>

* If you change options in Hulk Product Options, your workflow must also be updated.
  * For example, any [variables](/workflow-builder/fields/variables.md) used in your workflow related to Hulk Product Options' fields will need to be updated and saved.
* The [manual run](https://docs.getmesa.com/workflow-builder/testing#test-data) interface will display only orders with matching Hulk Product Options "Line Item Property Name" values.
* To use [variables](/workflow-builder/fields/variables.md) associated with the Hulk Product Options trigger, you will need to conduct at least one [manual run](https://docs.getmesa.com/workflow-builder/testing#test-data) on the workflow.
* If you need to export old orders with option selections, you can use our [Time Travel](https://docs.getmesa.com/workflow-activity/time-travel) feature in the Activity of the workflow.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getmesa.com/connect/hulk-product-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
