Home > @vsf-enterprise/sap-commerce-webservices-sdk > PromotionsApiAxiosParamCreator
PromotionsApiAxiosParamCreator variable
PromotionsApi - axios parameter creator
Signature:
PromotionsApiAxiosParamCreator: (configuration?: Configuration) => {
getPromotion: (baseSiteId: string, code: string, fields?: string, options?: any) => Promise<RequestArgs>;
getPromotions: (baseSiteId: string, type: 'all' | 'product' | 'order', fields?: string, promotionGroup?: string, options?: any) => Promise<RequestArgs>;
}