# Models

## The Catalog object

```json
{"openapi":"3.1.0","info":{"title":"Brand Product Catalogs API","version":"v11"},"components":{"schemas":{"Catalog":{"type":"object","properties":{"Id":{"type":"string","description":"Unique identifier for the catalog (the impact.com Catalog Id)."},"Name":{"type":"string","description":"Name of the catalog."},"Language":{"type":"string"},"Filename":{"type":"string","description":"Name of the file that contains the catalog."},"AdvertiserId":{"type":"string","description":"Id of the brand (formerly known as advertiser) that owns the catalog."},"CampaignId":{"type":"string","description":"Id of the program (formerly known as campaign) to which the catalog belongs."},"Status":{"type":"string","enum":["ACTIVE","CLOSED","DEACTIVATED","PENDING"],"description":"State of use the catalog is in (e.g., `ACTIVE`, `CLOSED`, `DEACTIVATED`, `PENDING`)."},"NumberOfItems":{"type":"integer","description":"Number of items in the catalog."},"DateLastUpdated":{"type":"string","format":"date-time","description":"Date and time the catalog was last updated (ISO 8601)."},"Currency":{"type":"string","description":"Currency in which the items' prices are listed. See ISO 4217."},"UploadMethod":{"type":"string","enum":["DIRECT_UPLOAD","IMPACT_RADIUS_FTP_SERVER","IR_SFTP","PULL_FROM_URL","SHOPPING_CART_PULL"],"description":"How the catalog was uploaded (e.g., `DIRECT_UPLOAD`, `IR_SFTP`, `SHOPPING_CART_PULL`)."},"ItemsUri":{"type":"string","format":"uri-reference","description":"URI to view this catalog's items."},"Uri":{"type":"string","format":"uri-reference","description":"Direct URI to this catalog."}}}}}}
```

## The CatalogItem object

```json
{"openapi":"3.1.0","info":{"title":"Brand Product Catalogs API","version":"v11"},"components":{"schemas":{"CatalogItem":{"type":"object","properties":{"CatalogItemId":{"type":"string","description":"Unique identifier for the catalog item."},"Name":{"type":"string","description":"Name of the item."},"Description":{"type":"string","description":"Description of the item — information about what it is or what it does."},"CurrentPrice":{"type":"number","description":"Current consumer price of the item."},"OriginalPrice":{"type":"number","description":"Original consumer price of the item."},"Currency":{"type":"string","description":"Currency in which the item's price is listed (ISO 4217)."},"StockAvailability":{"type":"string","enum":["InStock","OutOfStock","BackOrder","PreOrder","LimitedAvailability"],"description":"Status of the product's backstock (`InStock`, `OutOfStock`, `BackOrder`, `PreOrder`, `LimitedAvailability`)."},"Manufacturer":{"type":"string","description":"The person or group that makes the item."},"Url":{"type":"string","description":"URL that leads to the item's online store listing."},"ImageUrl":{"type":"string","description":"URL that leads to the item's image."},"Category":{"type":"string","description":"Group or kind of products with which the item is associated."},"Condition":{"type":"string","description":"Condition the item is in when sold (`New`, `Used`, `Refurbished`, `OEM`, `OpenBox`)."},"Inventory":{"type":"integer","description":"Item's inventory count."},"Uri":{"type":"string","format":"uri-reference","description":"URI that points directly to this catalog item."}}}}}}
```

## The ItemResponse object

```json
{"openapi":"3.1.0","info":{"title":"Brand Product Catalogs API","version":"v11"},"components":{"schemas":{"ItemResponse":{"type":"object","properties":{"Status":{"type":"string"},"Uri":{"type":"string"}}}}}}
```


---

# 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://integrations.impact.com/brand-api-reference/brand-api-reference-v11/reference/catalogs/models.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.
