# Articles

Every line item of the fulfillmenttools order and the operative entities, like pick jobs or pack jobs, contains an article. This article contains all the basic information about the product of this line item, like a `title`, the identifier `tenantArticleId` or an `imageUrl`. The line item itself holds all meta information, like the ordered amount for an order or the picked amount for a pick job.

{% hint style="warning" %}
Articles are no separate entity on our platform. They are part of a line item, and this line item is part of, for example, an order, pick job, or handover job.
{% endhint %}

## How is the article used?

The article identifies the line item comprehensively within the fulfillmenttools platform. It will be used for routing decisions or reservations. Using the `tenantArticleId`, it's possible to determine, for example, which order line item a pick job line item originated from.

### Facts

* Listings with the same `tenantArticleId` might hold different information about the (same) product.
* Please note the difference between articles and [listings](/documentation/by-pillar/global-inventory-hub/listing.md).

### Example

In this example, fulfillmenttools receives an order, and we make a decision in which facility the order is routed. For this, the `tenantArticleId` within `article` is important.

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

1. An `order` with a line item arrives at fulfillmenttools. The line item is an apple and contains the `article` with the `tenantArticleId 4711`.
2. Facility A has apples but with the `tenantArticleId 0815`, this is the wrong facility for this order.
3. Facility B contains the right apples with the `tenantArticleId 4711`, the order will be routed into Facility B.
4. For Facility B a pick job was created. All the information from the article in the order line item will be taken and enriched by the information from the listing.


---

# 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.fulfillmenttools.com/documentation/by-pillar/global-inventory-hub/articles.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.
