catalogs

Get catalogs items

Get the items of the catalog owned by the "operation user_account". <a href="/docs/shopping/catalog/#Update%20items%20in%20batch" target="_blank">See detailed documentation here.</a>

  • By default, the "operation user_account" is the token user_account.

Optional: Business Access: Specify an <code>ad_account_id</code> (obtained via <a href='/docs/api/v5/#operation/ad_accounts/list'>List ad accounts</a>) to use the owner of that ad_account as the "operation user_account". In order to do this, the token user_account must have one of the following <a href="https://help.pinterest.com/en/business/article/share-and-manage-access-to-your-ad-accounts">Business Access</a> roles on the ad_account: Owner, Admin, Catalogs Manager.

get/catalogs/items

Query parameters

ad_account_idstring

Unique identifier of an ad account.

countrystring required

Country for the Catalogs Items

languagestring required

Language for the Catalogs Items

catalog_idstring

Unique identifier of a catalog. If not given, oldest catalog will be used

item_idsstring[]

Catalogs Item ids

hotel_idsstring[]

Catalogs Hotel ids

Response

Response containing the requested catalogs items

Changes