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