> For the complete documentation index, see [llms.txt](https://docs.partner.aboutyou.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.partner.aboutyou.com/fulfillment-by-about-you/reporting.md).

# Reporting

Apart from the order status overview, two reportings are available to you in the FbAY model:&#x20;

1. Warehouse Report: As part of the Warehouse Report, merchants will receive information about stock movements within and between About You warehouses. This information is intended to be used for VAT Report, Intrastat, and EC Sales List obligations. The Warehouse Report must not be used to interpret the offerable stock quantity for B2C business in About You shops. It does not differentiate between qualities. In the report, stock movements are grouped per day, SKU, reference, and process type. The movements are categorized into the following process types:

<p align="center"><img src="https://lh7-qw.googleusercontent.com/docsz/AD_4nXfcU3JL719QR2ASzCd5rj3v2kMzmCjdBiTF2IBz30WiAfupXZlXrQFcc60fKDdJ8ZKNGus0pxuVQPX3aFskPnmf_efulECyoJQr4yYryAns9TUBZbXKXEbv7ZPDRGI4BP9_0RsGXA?key=Q1PTl27R7skdPy7sNY-2bw" alt="" data-size="original"></p>

<p align="center"><img src="https://lh7-qw.googleusercontent.com/docsz/AD_4nXfDTfU8rJE9GH-V3FEWvJI6ik7psSf3CK_O1tlj6x3m0LKXxmKyNAClWA4rlX7GLmB7K5CyASStEQ9qHnLrtl1dsS2RCRH197nSfRwfYmjwywR1f215_bT0U3xdnFMK2dTpj-Yx8g?key=Q1PTl27R7skdPy7sNY-2bw" alt=""></p>

<p align="center"><img src="https://lh7-qw.googleusercontent.com/docsz/AD_4nXdTpcfU2-hycWnayrYVMB8wuhAmP7Y8uH0S2IdC4W-OcVlVN7jxzbDumzYo11AZ0Oc8MLhI5tamYeAtxvM2ndDY1BzooRYFHKvodnFdlE3H_gVUnCdEZhsGk6dq_UO_kS5i9u5eqw?key=Q1PTl27R7skdPy7sNY-2bw" alt=""></p>

Some return\_b2c movements will neither have a reference (order id) nor a source\_country because warehouse staff are unable to identify which order a returned item belongs to, e.g. a customer doesn’t include the About You return document in the return parcel, which makes the identification of the related order id impossible.

<p align="center"><img src="https://lh7-qw.googleusercontent.com/docsz/AD_4nXfo5qsHMojE2PKia8Sc49mhn1UR7TKXf6Nk2mdohjkzSuCVYho29koQaoGaNM-pEYUVd1SWzgdKGpAKyl4gpdU7S7wqLL0Ug7tTWsCJs-j5RJXYQKnWc2V4MVfbqh-RVfBpt6lF?key=Q1PTl27R7skdPy7sNY-2bw" alt=""></p>

<p align="center"></p>

2. Stocks

The Seller Center gives you an overview about the sellable stock of your product. However, a historical stock report will also be provided for download.

About You will supply the partner with a periodic stock report.

The stock report includes all SKU’s which have a stock greater than 0. The stock amounts only reflect the final intakes of the About You outbound warehouses (no transitional stock amounts).

The full list of SKUs will be provided in chunks of 10,000 SKUs with pagination. About You provides the chunks in order. Hence, receiving the last page of a job execution, implies the successful reception of the previous pages. If there are no positive stocks, an empty stock report is provided.

The validity of the reported stocks is exactly the validAt date provided for the stock. Processing the stock according to its validity is in the responsibility of the merchant:

* The merchant should skip stock messages older than the last processed stock message per SKU
* The merchant should determine which SKUs are not included in the report anymore & update these SKUs’ stock to 0

Please note: The stock amounts cannot easily be compared to the Warehouse Report (see [Warehouse Report](/fulfillment-by-about-you/reporting.md)).

The maximum size per request is around 2.2MB

<br>


---

# 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://docs.partner.aboutyou.com/fulfillment-by-about-you/reporting.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.
