Poq.SDK.Node

Home > @poq/sdk-sfcc > CategoriesClient

CategoriesClient class

Signature:

export declare class CategoriesClient extends BaseAPI implements ICategoriesClient 

Extends: BaseAPI

Implements: ICategoriesClient

Methods

Method Modifiers Description
getCategoriesByID(id, levels, locale, options)   When you use the URL template below, the server returns a category identified by its id; by default, the server also returns the first level of subcategories, but you can specify another level by setting the levels parameter. The server only returns online categories.
getCategoriesByIDs(ids, levels, locale, options)