> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/integrations-and-data-exchange/product-catalog.md).

# Product Catalog

Learn what the Product Catalog is and how it powers SKU-based campaigns in Open Loyalty.

### 🧩 What Product Catalog Is

**Product Catalog** is a per-tenant repository of your products (SKUs) inside Open Loyalty. It gives you a single, organized source of product information — name, category, brand, price, and custom attributes — that campaigns can reference to reward specific products or entire groups of them.

#### Why it matters

Without a Product Catalog, rewarding purchases of individual products or product groups (by category, brand, or attribute) at scale usually means creating and maintaining a separate campaign per SKU, multiplied by every tier. With the catalog in place, you define the "product → points" rule once in a single campaign, and Open Loyalty applies it automatically to every matching product — even as your assortment changes.

#### What you can do

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Import Your Catalog</strong></td><td>Create a catalog and load your products with a CSV file — the same import you'll use to keep it current.</td><td></td></tr><tr><td><strong>Browse and Search Products</strong></td><td>View your catalog as a list, filter by SKU or category, and open individual product details.</td><td></td></tr><tr><td><strong>Use It in Campaigns</strong></td><td>Reward specific SKUs or groups of products — by category, brand, or attribute — with per-tier multipliers and bundle rewards.</td><td></td></tr></tbody></table>

{% hint style="info" %}
Your e-commerce platform or PIM stays the source of truth for products — the catalog here is a read-only copy, kept current via CSV import. Fine print on attribute timing and point calculation lives in Product Catalog Campaigns and Importing Your Catalog.
{% endhint %}

For the technical reference of the SKU and category endpoints, see the [Product Catalog API docs](https://apidocs.openloyalty.io/#tag/Product-Catalog).


---

# 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.openloyalty.io/integrations-and-data-exchange/product-catalog.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.
