catalogs
Update feed
Update a feed owned by the "operation user_account".
- 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.
<a href='https://help.pinterest.com/en/business/article/before-you-get-started-with-catalogs'>Learn more</a>
patch/catalogs/feeds/{feed_id}
Path parameters
feed_idstring required
Unique identifier of a feed
Query parameters
ad_account_idstring
Unique identifier of an ad account.
Request body
Example request
{
"default_currency": "USD",
"preferred_processing_schedule": {
"time": "02:59"
}
}Response
Success
Example response
{
"created_at": "2022-03-14T15:15:22Z",
"updated_at": "2022-03-14T15:16:34Z",
"preferred_processing_schedule": {
"time": "02:59"
},
"default_currency": "USD",
"default_locale": "en-US",
"default_country": "US"
}