# Sending Product Data Using the Items API

Crownpeak's Product Discovery Items API is a state-of-the-art streaming API to ingest data to be used in our different merchandising platforms. This includes both catalogue information (products and variants) as well as content (images, banners, etc), all stored in the form of items.

The items API supports the following use cases:

* A workflow of creating, populating and activating a new catalogue version
* Event based incremental updates
* Multi-market and multi-lingual catalogues and category trees
* Support for multiple datatypes
* Ingesting data from multiple source (e.g. catalogue data from a PIM, content from a CMS and stock from an ERP). Each source can send a partial item, which are then merged in the pipeline
* Single integration to power our solutions Fredhopper and XO
* Active item validation in the API to ensure high data quality

This API is used to unlock AI-driven data enrichments such as visual tagging, product tagging, [AI Scores](/product-discovery/ai-scores-for-fhr/ai-scores.md), AI-Powered Search, and Algorithm Orchestration. Items sent to Attraqt can be enriched before being imported into our merchandising platforms.


---

# 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://crownpeak.gitbook.io/product-discovery/sending-and-managing-product-data/what-is-the-items-api.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.
