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

ProductSetControllerApiAxiosParamCreator variable

ProductSetControllerApi - axios parameter creator

Signature:

ProductSetControllerApiAxiosParamCreator: (configuration?: Configuration) => {
    buyUsingPOST: (baseSiteId: string, orderEntry: OrderEntryList, fields?: string, options?: any) => Promise<RequestArgs>;
    getProductSetForProductUsingGET: (catalogId: string, catalogVersion: string, productCode: string, options?: any) => Promise<RequestArgs>;
}