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