Home > @vsf-enterprise/sap-commerce-webservices-sdk > PageApiFp
PageApiFp variable
PageApi - functional programming interface
Signature:
PageApiFp: (configuration?: Configuration) => {
getPage(baseSiteId: string, code?: string, fields?: 'BASIC' | 'DEFAULT' | 'FULL', pageLabelOrId?: string, pageType?: 'ContentPage' | 'ProductPage' | 'CategoryPage' | 'CatalogPage', options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
getPageById(baseSiteId: string, pageId: string, fields?: 'BASIC' | 'DEFAULT' | 'FULL', options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
}