Poq.SDK.Node

Home > @poq/sdk-sfcc > ICategoriesClient

ICategoriesClient interface

Signature:

export interface ICategoriesClient 

Methods

Method 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)