Attributes:
id
: Used to find all results within a specific category (e.g., 'abcat0100000')name
: Used to find all subcategories (e.g., parents, siblings, children) within a specific categoryurl
: URL to corresponding BESTBUY.COM category pageactive
: Indicates if the category is currently active or notpath
: Array of parent categories, starting with the root and finishing with the present onesub_categories
: Array of child categories. Each one is a BaseCategory object
A minimalistic version of a category. Used to represent the categories in occasions where not the whole information is available (like the categories returned as sub_categories
)
Attributes:
id
: Used to find all results within a specific category (e.g., abcat0100000)name
: Used to find all subcategories (e.g., parents, siblings, children) within a specific category
(For more methods, check the common API interface)