Poq.SDK.Node

Home > @poq/sdk-sfcc > ContentClient

ContentClient class

Signature:

export declare class ContentClient extends BaseAPI implements IContentClient 

Extends: BaseAPI

Implements: IContentClient

Methods

Method Modifiers Description
getContentByID(id, locale, options)   To access a content asset, you construct a URL using the template shown below. This template requires you to specify a content asset id. In response, the server returns a corresponding content asset document. Only content assets, which are marked as online are returned. An assignment to a folder is not necessary.
getContentByIDs(ids, locale, options)