Poq.SDK.Node

Home > @poq/sdk-sfcc > IContentClient

IContentClient interface

Signature:

export interface IContentClient 

Methods

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