Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.54 KB

CatalogsFeed.md

File metadata and controls

25 lines (20 loc) · 1.54 KB

CatalogsFeed

Catalogs Feed object

Properties

Name Type Description Notes
default_country Country
default_availability ProductAvailabilityType
default_currency NullableCurrency
name str, none_type 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.
format CatalogsFormat
default_locale str The locale used within a feed for product descriptions.
credentials CatalogsFeedCredentials
location str The URL where a feed is available for download. This URL is what Pinterest will use to download a feed for processing.
preferred_processing_schedule CatalogsFeedProcessingSchedule
status CatalogsStatus
created_at datetime [optional]
id str [optional]
updated_at datetime [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]