---
title: "List all catalogs"
method: GET
path: "/Advertisers/{AccountSID}/Catalogs"
tags: ["Product Catalogs"]
---

# List all catalogs

`GET /Advertisers/{AccountSID}/Catalogs`

Returns a list of all product catalogs in your program.

## Path parameters

- `AccountSID` string, required

## Query parameters

- `CampaignId` integer
- `Status` 'ACTIVE' | 'CLOSED' | 'DEACTIVATED' | 'PENDING'

## Response `200`

A list of catalogs.

- object
  - `Catalogs` Catalog[]
    - `Id` string — Unique identifier for the catalog (the impact.com Catalog Id).
    - `Name` string — Name of the catalog.
    - `Language` string
    - `Filename` string — Name of the file that contains the catalog.
    - `AdvertiserId` string — Id of the brand (formerly known as advertiser) that owns the catalog.
    - `CampaignId` string — Id of the program (formerly known as campaign) to which the catalog belongs.
    - `Status` 'ACTIVE' | 'CLOSED' | 'DEACTIVATED' | 'PENDING' — State of use the catalog is in (e.g., `ACTIVE`, `CLOSED`, `DEACTIVATED`, `PENDING`).
    - `NumberOfItems` integer — Number of items in the catalog.
    - `DateLastUpdated` string, date-time — Date and time the catalog was last updated (ISO 8601).
    - `Currency` string — Currency in which the items' prices are listed. See ISO 4217.
    - `UploadMethod` 'DIRECT_UPLOAD' | 'IMPACT_RADIUS_FTP_SERVER' | 'IR_SFTP' | 'PULL_FROM_URL' | 'SHOPPING_CART_PULL' — How the catalog was uploaded (e.g., `DIRECT_UPLOAD`, `IR_SFTP`, `SHOPPING_CART_PULL`).
    - `ItemsUri` string, uri-reference — URI to view this catalog's items.
    - `Uri` string, uri-reference — Direct URI to this catalog.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
