> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/integration/references/catalog-products-reference.md).

# Catalog products reference

The below outlines the properties possible in a standard sync request as outlined in [Syncing products via API](/retail-media-interface/integration/data-api/catalog-products-2/syncing-products-via-api.md).

## Request items

| Property    | Description                                                                                                                                                                                                       | Required/optional                                                                                       | Example                                                                                                               |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `catalogId` | The catalog you are syncing to.                                                                                                                                                                                   | Required                                                                                                | `628dbe95-2ec9-4e07-881d-3e9f92ab2e0b`                                                                                |
| `filters`   | The filters associated with your product. This may be be category, location, and brand information.                                                                                                               | <p>Required<br>Max 750 characters</p>                                                                   | `"category:Health&Beauty","category:Grocery","Brand:Covergirl","Special_Flag:0"`                                      |
| `groups`    | Used for cross and upsell campaigns.                                                                                                                                                                              | <p>Deprecated for selection groups.<br>Still required for legacy product cross and upsell campaigns</p> | `[<br> "subClassName:Milk",<br> "xSellSubClassName:Coffee",<br> "xSellSubClassName:Tea"<br> "vendor:MilkBrand"<br> ]` |
| `gtin`      | The product code of the product in your system.                                                                                                                                                                   | <p>Required<br>Max 50 characters</p>                                                                    | `23556578965543`                                                                                                      |
| `inventory` | <p>The inventory of the product in your system. If set to 0, product ads will not serve.<br><br>If you cannot provide the number, do not send this field and Epsilon Retail Media will default inventory to 1</p> | <p>Required<br>32 bit unsigned integer recommended</p>                                                  | `1`                                                                                                                   |
| `price`     | The price of the product                                                                                                                                                                                          | <p>Optional<br>2 decimal points recommended</p>                                                         | `9.90`                                                                                                                |
| `profit`    | The profit made on the product                                                                                                                                                                                    | <p>Optional<br>2 decimal points recommended</p>                                                         |                                                                                                                       |
| `tags`      | Used to sync your product name and image that is surfaced in the Epsilon Retail Media portal. Follow the structure in the example.                                                                                | <p>Required<br>Max 750 characters</p>                                                                   | `"imageurl:<https://your.image.host.com/image.jpg","name:Covergirl> Clean 120 Creamy Natural Liquid Foundation30mL"`  |
| `sellerId`  | The unique Id of the seller. sellerIds are typically used when onboarding marketplace sellers.                                                                                                                    | <p>Optional<br>Max 50 characters</p>                                                                    | `73nns-32sxr-32ss` Custom per integration                                                                             |


---

# 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://help.citrusad.com/retail-media-interface/integration/references/catalog-products-reference.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.
