Customer Notes (Full Update)
File Naming Convention
TGEN_customerNotes_fullupdate_2025-08_<optionalSuffix>.csv
importType:fullupdateapiVersion:2025-08
Columns
| Column Header | Description | Type | Required |
|---|---|---|---|
uuid | Unique Tulip identifier of the customer note | 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. | string | No |
customer | Customer who is associated with the note | string | Yes |
employee | Employee who is associated with the note | string | No |
store | Store associated with the note | 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 | string | Yes |
wishListId | ID of the Wishlist Associated with this Customer | integer | No |
Sample CSV
See the following customerNotes CSV sample file.