Customer Lists (Partial Update)

File Naming Convention

TGEN_customerLists_partialupdate_2025-08_<optionalSuffix>.csv

  • importType: partialupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionTypeRequired
uuidUUID of the resource that can be expressed using a value as defined in its types.stringNo
externalIdExternal ID of the resource that can be expressed using “SET_AS_NULL” (to reset the existing value) or a value as defined in its types.stringNo
statusStatus of the customer list that can be expressed using a value as defined in its types.stringNo
typeType of the customer liststringNo
startDateDatetime of when the Customer List will begin to be visible in the application. When null, will always be visible before the endDate.mixedNo
endDateDatetime of when the Customer List will no longer be visible in the application. When null, will always be visible after the startDate.mixedNo
secondaryMetricA customer field or attribute to display alongside loyalty tier information on the customer list UI. Must be a top-level field on the Customer resource or an attribute.stringNo
customersA collection of customers that can be expressed using “SET_AS_NULL” (to reset all existing values), uuids or external ids.arrayNo
storesA collection of stores that can be expressed using “SET_AS_NULL” (to reset all existing values), uuids or external ids.arrayNo
associatesA collection of associates that can be expressed using “SET_AS_NULL” (to reset all existing values), uuids or external ids.arrayNo
localizationsContains the different localizations for strings associated to this resource. Resolve the best known language on the client based on available languages, not all languages are always provided.arrayNo
localizations[0].titleTitle of the customer list in the current languagestringYes
localizations[0].descriptionDescription of the customer list in the current languagestringNo
localizations[0].languageCodeLanguage this localization pertains to, follows a pattern of 2 letters and can then have multiple other groups of 2 letters or more. Each block separated by an hyphen.stringNo

Sample CSV

See the following customerLists CSV sample file.

customerLists Sample 1