> For the complete documentation index, see [llms.txt](https://help.fulfilleo.solvenium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fulfilleo.solvenium.com/use-cases/ifs-italy.md).

# IFS Italy

You can use Fulfilleo to import tracking numbers of orders shipped by IFS Italy.

Here are the settings that you need to set up in Fulfilleo.

#### Schedule

Schedule the automation to run every hour at a selected minute.

![Schedule every hour](/files/uWZywfw1KaVaj1YxtGpO)

#### Source

* Channel: HTTP
* Method: GET
* URL: [https://backoffice.ifsitaly.com/api/v1/orders?page={{page}}\&origin=api\&api\_key=\<API\_KEY>](https://backoffice.ifsitaly.com/api/v1/orders?page={{page}}\&origin=api\&api_key=%3CAPI_KEY%3E)

{% hint style="info" %}
You need to replace \<API\_KEY> with the API Key that you received from IFS Italy.
{% endhint %}

![IFS Italy - source settings](/files/GPg60uB5yjPjNNHu3a4X)

#### Data mapping

Format: JSON

* Order (JSONPath): `$.orders`
* Order Number (JSONPath): `$.reference`
* Shipments (Ignore)
* Tracking Number: `$.tracking_code`
* Tracking Company (Fixed): IFS
* Tracking URL (JSONPath): `$.tracking_url`
* Items (JSONPath): `$.items`
* SKU (JSONPath): `$.sku`
* Quantity (JSONPath): `$.quantity`

![IFS Italy - data mapping](/files/uwQVvOoIFgLDaX6caQnn)

#### Filters

Make sure to add a filter "Tracking Number - is not empty". Otherwise the automation would also fulfill orders that haven't been shipped yet, and there would be no tracking numbers.

![](/files/64hjznbrH7dMr4Sql93B)


---

# 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:

```
GET https://help.fulfilleo.solvenium.com/use-cases/ifs-italy.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.
