Customer Notes (Full Update)
Description
If the UUID of the Customer note exists in the system, or no UUID is provided and an External ID exists, then an update is performed. Otherwise a new Customer note is created.
See the Aerial Spec for more details.
File Naming Convention
TGEN_customerNotes_fullupdate_2025-08_<optionalSuffix>.csv
importType:fullupdateapiVersion:2025-08
Columns
| Column Header | Description | Key Information | Type | Required |
|---|---|---|---|---|
uuid | Unique Tulip identifier of the customer note | Max Length: 36 | string | No |
externalId | Integrator provided unique identifier for the customer notes. Typically used to map a primary key from a third party system to the Tulip resource. | Max Length: 255 | string | No |
customer | Customer who is associated with the note | Max Length: 255 | string | Yes |
employee | Employee who is associated with the note | Max Length: 255 | string | No |
store | Store associated with the note | Max Length: 255 | string | No |
comments | Comments associated with the note | string | Yes | |
isPrivate | Boolean dictating if customer note is private or not | boolean | No | |
isDeleted | Boolean dictating if customer note is deleted or not | boolean | No | |
type | Type of the note | Allowed: CUSTOMER_OPTIN_LOG | string | Yes |
wishListId | ID of the Wishlist Associated with this Customer | integer | No |
Sample CSV
See the following customerNotes CSV sample file.