Home > @poq/sdk-sfcc > CategoriesClient
Signature:
export declare class CategoriesClient extends BaseAPI implements ICategoriesClient
Extends: BaseAPI
Implements: ICategoriesClient
| 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) |