Home > @poq/sdk-sfcc > IFoldersClient
Signature:
export interface IFoldersClient
| Method | Description |
|---|---|
| getFoldersByID(id, levels, locale, options) | To access a content folder, you construct a URL using the template shown below. This template requires you to specify a content folder id and a subfolder level. In response, the server returns a corresponding content folder document. Only content folder, which are marked as online are returned. |
| getFoldersByIDs(ids, levels, locale, options) |