createLoyaltyImport( )


Creates an import object based on an uploaded file.

Call this method after uploading your file to the URL obtained from Create Loyalty Import File Url.

Method Declaration
Copy
Method Parameters
fileUrlstringRequired

URL of the file to import.


optionsCreateLoyaltyImportOptions
Returns
Return Type:Promise<CreateLoyaltyImportResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?