Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.32 KB

CatalogsProductGroup.md

File metadata and controls

22 lines (17 loc) · 1.32 KB

CatalogsProductGroup

catalog product group entity

Properties

Name Type Description Notes
name str Name of catalog product group [optional]
description str, none_type [optional]
is_featured bool boolean indicator of whether the product group is being featured or not [optional]
type CatalogsProductGroupType [optional]
status CatalogsProductGroupStatus [optional]
created_at int Unix timestamp in seconds of when catalog product group was created. [optional]
updated_at int Unix timestamp in seconds of last time catalog product group was updated. [optional]
id str ID of the catalog product group. [optional]
filters CatalogsProductGroupFilters [optional]
feed_id str, none_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]