# Filters

### **Feed Data Filter**

This filter lets you choose orders based on specific details from a feed field, node, or column.

Here are some **sample use cases** for the **Feed Data Filter**:

**Filtering orders from multiple stores**\
If your feed contains orders from different stores, you can process only those with a specific prefix (e.g., orders starting with "UK-" for the UK store).

<figure><img src="/files/BDf0uEm5xOs0CC5jIRXo" alt="Fulfilleo Feed Data filter settings — filtering orders by order number prefix"><figcaption><p>Fulfilleo Feed Data filter</p></figcaption></figure>

**Skipping missing order**\
When fulfilling a single order via API, you can avoid unnecessary messages in the History section about orders that weren't found. This applies to cases where the API returns a 200 status along with a specific message indicating that the order wasn't found.

<figure><img src="/files/Y0JWTjWYIzRPTB5W07od" alt="Fulfilleo Feed Data filter settings used to exclude orders not found in Shopify"><figcaption><p>Fulfilleo Feed Data filter</p></figcaption></figure>

### **Item Location**

Only fulfill items from an order that are stocked at a specific location.

<figure><img src="/files/9TNN5EmH0qgTPPnbfsOf" alt="Fullfill items only from a specific location with Fulfilleo"><figcaption><p>Fulfilleo Item Location filter</p></figcaption></figure>

### **Item Vendor**

Only fulfill ordered items from a specific vendor.

<figure><img src="/files/svG6WbUvUSTtybxstJDh" alt="Fullfill items only from a specific vendor with Fulfilleo"><figcaption><p>Fulfilleo Item Vendor filter</p></figcaption></figure>

### **Order Tags**

Only fulfill orders that have certain tags assigned.

<figure><img src="/files/0OrLaWkK6wPSQ9D6Lq7S" alt="Only fulfill orders if tracking info is included in the feed"><figcaption><p>Fulfilleo Order Tag filter</p></figcaption></figure>

### **Tracking Number**

Only fulfill orders that have a tracking number in the feed. If not added, orders can be fulfilled even without a tracking number.

<figure><img src="/files/1TBWn5IL1PvouWfIdHKm" alt=""><figcaption><p>Fulfilleo Tracking Number filter</p></figcaption></figure>

### **Tracking URL**

Only fulfill orders that include a tracking URL in the feed.

<figure><img src="/files/gouEHFz1bXu2uhZ0N6X9" alt=""><figcaption><p>Fulfilleo Tracking URL filter</p></figcaption></figure>


---

# 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://help.fulfilleo.solvenium.com/settings/filters.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.
