Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.85 KB

CatalogsFeed.md

File metadata and controls

27 lines (22 loc) · 1.85 KB

CatalogsFeed

Catalogs Feed object

Properties

Name Type Description Notes
catalog_type CatalogsType
created_at datetime [optional]
id str [optional]
updated_at datetime [optional]
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. [optional]
format CatalogsFormat [optional]
credentials CatalogsFeedCredentials [optional]
location str The URL where a feed is available for download. This URL is what Pinterest will use to download a feed for processing. [optional]
preferred_processing_schedule CatalogsFeedProcessingSchedule [optional]
status CatalogsStatus [optional]
default_currency NullableCurrency [optional]
default_locale str The locale used within a feed for product descriptions. [optional]
default_country Country [optional]
default_availability ProductAvailabilityType [optional]
catalog_id str, none_type Catalog id pertaining to the feed. If not provided, feed will use a default catalog based on type. [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]