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

MerchantCallbackApiAxiosParamCreator variable

MerchantCallbackApi - axios parameter creator

Signature:

MerchantCallbackApiAxiosParamCreator: (configuration?: Configuration) => {
    doHandleCartMerchantCallback: (baseSiteId: string, cartId: string, userId: string, options?: any) => Promise<RequestArgs>;
    doHandleMerchantCallback: (baseSiteId: string, options?: any) => Promise<RequestArgs>;
}