Home > @vsf-enterprise/sap-commerce-webservices-sdk > ComponentApi

ComponentApi class

ComponentApi - object-oriented interface ComponentApi {BaseAPI}

Signature:

export declare class ComponentApi extends BaseAPI 

Extends: BaseAPI

Methods

Method Modifiers Description
findComponentsByIds(baseSiteId, catalogCode, categoryCode, componentIds, currentPage, fields, pageSize, productCode, sort, options) Given a list of component identifiers, return cms component data. Find component data by id(s)
getComponentById(baseSiteId, componentId, catalogCode, categoryCode, fields, productCode, options) Given a component identifier, return cms component data. Get component data
searchComponentsByIds(baseSiteId, componentIdList, catalogCode, categoryCode, currentPage, fields, pageSize, productCode, sort, options) Given a list of component identifiers in body, return cms component data. Get components' data by id given in body