# Models

## The Catalog object

```json
{"openapi":"3.1.0","info":{"title":"Partner Catalogs API","version":"14"},"components":{"schemas":{"Catalog":{"type":"object","properties":{"Id":{"type":"string","description":"Unique identifier for the catalog."},"Name":{"type":"string","description":"Display name of the catalog."},"Language":{"type":"string","description":"Language of the catalog content."},"AdvertiserId":{"type":"string","description":"Unique identifier for the brand's advertiser account."},"AdvertiserName":{"type":"string","description":"Display name of the brand."},"AdvertiserLocation":{"type":"string","description":"Geographic location of the advertiser."},"CampaignId":{"type":"string","description":"Unique identifier for the campaign (brand program) associated with the catalog."},"CampaignName":{"type":"string","description":"Display name of the campaign associated with the catalog."},"NumberOfItems":{"type":"string","description":"The number of items currently in the catalog."},"DateLastUpdated":{"type":"string","format":"date-time","description":"The date and time the catalog was last updated (ISO 8601)."},"Locations":{"type":"array","description":"Download paths for catalog files.","items":{"type":"string"}},"Currency":{"type":"string","description":"ISO 4217 currency code for the catalog's pricing."},"ServiceAreas":{"type":"string","description":"Geographic regions the catalog serves."},"FTPLocations":{"type":"array","description":"FTP access paths for catalog files. Includes authentication credentials — handle securely.","items":{"type":"string"}},"ItemsUri":{"type":"string","description":"API resource path for the catalog's items."},"Uri":{"type":"string","description":"Unique reference to the catalog object in the impact.com API."}}}}}}
```


---

# 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/partner-api-reference/partner-v14/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.
