# OPTIS Product Options

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

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

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

<figure><img src="/files/3nGoCXrzs2uv3uHz7ZKv" alt=""><figcaption></figcaption></figure>

## Configure

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

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

You can choose to only trigger this workflow when an order contains specific product options 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 enter the On Cart Page value of each option you want to filter by, found in your OPTIS Product Option Set configuration. You can add multiple On Cart Page values to filter from.

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

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

If the OPTIS Product Options "Line Item Property Name" field in your trigger is left empty, all orders that include any OPTIS product options will trigger the workflow.

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

* If you change options in OPTIS Product Options, your workflow must also be updated.
  * For example, any [variables](/workflow-builder/fields/variables.md) used in your workflow related to OPTIS 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 OPTIS Product Options "Line Item Property Name" values.
* To use [variables](/workflow-builder/fields/variables.md) associated with the OPTIS 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/optis-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.
