Update feed
<strong>This endpoint is currently in beta and not available to all apps. <a href='/docs/features/catalog-management/'>Learn more</a>.</strong>
Update a feed owned by the "operating user_account".
Path parameters
Unique identifier of a feed
Request body
Default availability for products in a feed.
Currency Codes from ISO 4217.
A human-friendly name associated to a given feed.
The file format of a feed.
The URL where a feed is available for download. This URL is what Pinterest will use to download a feed for processing.
Status for catalogs entities. Present in catalogs_feed values. When a feed is deleted, the response will inform DELETED as status.
Example request
{
"default_currency": "USD",
"preferred_processing_schedule": {
"time": "02:59"
}
}Response
Success
Country ID from ISO 3166-1 alpha-2.
Default availability for products in a feed.
Currency Codes from ISO 4217.
A human-friendly name associated to a given feed. This value is currently nullable due to historical reasons. It is expected to become non-nullable in the future.
The file format of a feed.
The locale used within a feed for product descriptions.
The URL where a feed is available for download. This URL is what Pinterest will use to download a feed for processing.
Status for catalogs entities. Present in catalogs_feed values. When a feed is deleted, the response will inform DELETED as status.
Example response
{
"created_at": "2022-03-14T15:15:22Z",
"updated_at": "2022-03-14T15:16:34Z",
"default_country": "US",
"default_currency": "USD",
"default_locale": "en_US",
"preferred_processing_schedule": {
"time": "02:59"
}
}