> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflow-triggers/workflow-trigger-shopify-order-fulfilled.md).

# Workflow Trigger: Shopify Order Fulfilled

*In this article, you will learn how to set up the order fulfilled trigger and an example of how it can be used*

1. Select the “**Add New Workflow Trigger**” button

* *This will pull up a list of selections of triggers on the right-hand side of the screen*

{% embed url="<https://lh5.googleusercontent.com/NK6huur3We1j6SWSYFBuNT7Rf1SrOKTFQZBsgZZl1qtBoREQtdHbmbQHGOH623iN8QJ6YKFXj1f5_EcP344XoJRNrAKDwAwtzQVDUvNhJptUjk4u_JB6PTXLdiA3kEUHfzggFiIh1sb9BoCejyMmlJM>" %}

* Scroll down until you see the “**Shopify**” section
  * Select the “**Order Fulfilled**” button
    * *This would be used in the case someone placed an order and you have shipped it to them*

{% embed url="<https://lh3.googleusercontent.com/F2Y6aGzLxrtdB8caBU1VOTrRw40bpxbFema8ZjtG_P0XnYV4pnBi0f0uWbjFMAJJE8aykn2yeSHLuu2GXYirCJ-IHlOIVI8YnyjpKT2jU2YSLH77EhuOYL6Xm5Np7msWQaYGx3_zcEefol8eBYD_1AA>" %}

1. Select the blue “**Add filters**” option

{% embed url="<https://lh6.googleusercontent.com/AtH99JHRlEM1w2MAcG1aiSzkR8S969Plr2_ledLmfKRTxoinPjEW2Zu3_JFpWtN4IrGyNkwpS8Sss5GAhU0PsycPmm0ZuAE5erFjrVbLrTl6mmesklofxkZ2jZFDh8ebLaiOMuf0nik6Jzr1O7gSShs>" %}

* Select between **Standard Feilds** or **Custom Feilds**
  * **Standard:** Cart Value - can specify the value of the cart in the “Select Operator” option (choose based on specific needs)

{% embed url="<https://lh6.googleusercontent.com/BqjGoY1XzgvxNM6YHM6IrY_rOxN5aqUAeHT10tCMtR-cDtIyar6igQPChCR8siO32-qKiMX1DZzTnb45XL_jqAnXVwfhcRWOvSugC2rLLFboh1AR7jVpjYhiMZiaI8ROzW4rkTXL1NgZFiL-U5yvdyQ>" %}

* **Custom:**
  * **For Example:** Your order has not been shipped! Shipping #\*\*\*\*\*\*\*

1. Click the green “**Save Trigger**” button on the bottom right corner

{% embed url="<https://lh6.googleusercontent.com/c1OHEtatljXDDiCKLDWYcwb7m32zqR3b9jLjpeWWcUvpKdw_jyZbgM1r71CGChIHkeZjz1rLY0JTHsqe9s_61oylzNuGtVye_uhRg-MpNpRfLJ8YpmK4l2WYXD70Xyn44AMjHKR0jtbXJnIohLRo4DI>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflow-triggers/workflow-trigger-shopify-order-fulfilled.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
