Loyalty Import Object


An Import object is a batch import of loyalty points for existing customers. You can use Loyalty Imports to import loyalty points from 3rd-party providers or update existing customer point balances. This object tracks the entire import process from file upload to data processing.

Properties
asyncImportJobIdstringRead-onlyformat GUID

ID of the asynchronous import job associated with this import.


createdDatestringRead-onlyformat date-time

Date and time the loyalty import was created.


fileMetadataFileMetadata

Metadata of the uploaded file containing loyalty points data.


idstringRead-onlyformat GUID

The ID of the import.


importResultImportResult

Results of the import process, including success and failure counts.


parseResultParseResult

Results of parsing the uploaded file, including the number of rows parsed and any parse errors.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the loyalty import is updated. To prevent conflicting changes, the current revision must be passed when updating the loyalty import.

Ignored when creating a loyalty import.


statusstringRead-only

Current status of the import process.


updatedDatestringRead-onlyformat date-time

Date and time the loyalty import was last updated.

Did this help?