Receipt Templates (Full Update)

File Naming Convention

TGEN_receiptTemplates_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionTypeRequired
externalIdThe external identifier of the receipt templatestringNo
languageCodeThe language code for the receipt templatestringNo
disabledBoolean dictating if the receipt template is disabled (true or false)booleanNo
scopeScope of this receipt template, templates with a more specific scope are prioritized.stringNo
countryCodeThe country code in ISO-3166-1 alpha-3 format for the receipt templatestringNo
merchantLogoUrlURL for the logo image to be shown on the receiptstringNo
merchantMessageThe merchant message for this receipt template.stringNo
emailFooterMessageThe footer for the email used for this receipt template.stringNo
emailBodyMessageThe body of the email used for this receipt template.stringNo
emailTaxDisclaimerThe tax disclaimer message for this receipt template.stringNo
emailRefundDisclaimerThe refund disclaimer message for this receipt template.stringNo
storesList of associated storesarrayNo
stores[0].externalIdIntegrator provided unique identifier for the store. Typically used to map a primary key from a third party system to the Tulip resource.stringYes
stores[0].disabledBoolean dictating if store is disabled (true or false)booleanNo
stores[0].nameName of the storestringYes
stores[0].businessEntityNameBusiness entity name of the storestringNo
stores[0].addressAddress of the storestringYes
stores[0].cityCity of the storestringNo
stores[0].postalCodePostal code of the storestringYes
stores[0].zoneCodeZone code of the store: The ISO-3166-2 region code (including the country code portion) for the state/province/regionstringNo
stores[0].countryCodeCountry ISO code in ISO-3166-1 alpha-3 formatstringYes
stores[0].latitudeLatitude of the storestringNo
stores[0].longitudeLongitude of the storestringNo
stores[0].taxDivisionTax Division of the storestringNo
stores[0].taxProviderTax Provider of the store - use an ID from the tax provider APIstringNo
stores[0].remotePayAdyenMerchantAccountRemote Pay Adyen Merchant AccountstringNo
stores[0].onlineStoreOnline store associated with this store.stringNo
stores[0].emailAddressEmail Address of the storestringNo
stores[0].phoneNumberPhone number of the store (E.164 standard)stringNo
stores[0].mobilePhoneNumberMobile phone number of the store (E.164 standard)stringNo
stores[0].receiptLanguageCodeLanguage code to use for receipts from this storestringNo
stores[0].districtUUID of the district associated with this store.stringNo
stores[0].timeZoneTime zone in IANA format this store is instringNo
stores[0].settingsN/AmixedYes
stores[0].settings.runnerEnabledBoolean dictating whether runner is enabled for the store (true or false)booleanNo
stores[0].settings.liveConnectEnabledBoolean dictating if store has live connect enabled (true or false)booleanNo
stores[0].settings.fulfillFromMultipleStoresEnabledBoolean dictating if store is fulfilled from multiple stores (true or false)booleanNo
stores[0].settings.conditionalOrderFlowEnabledBoolean dictating if conditional order flow is enabled for the store (true or false)booleanNo
stores[0].settings.twilioCallingEnabledBoolean dictating if Twilio calling is enabled for the store (true or false)booleanNo
stores[0].settings.clientelingLoginEnabledBoolean dictating if this store is able to be logged into for the Clienteling appbooleanNo
stores[0].settings.checkoutLoginEnabledBoolean dictating if this store is able to be logged into for the Checkout appbooleanNo
stores[0].settings.useStoreDetailsToSendEmailBoolean dictating whether store name and email will be used as for the From/Sender details when sending an email (true or false). If false, the associate name and email will be usedbooleanNo
stores[0].settings.pendingCustomerFlowEnabledWhether pending customer flow is enabled for this store or notstringNo
stores[0].hoursN/AmixedYes
stores[0].hours.mondayN/AmixedYes
stores[0].hours.monday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.monday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.tuesdayN/AmixedYes
stores[0].hours.tuesday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.tuesday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.wednesdayN/AmixedYes
stores[0].hours.wednesday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.wednesday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.thursdayN/AmixedYes
stores[0].hours.thursday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.thursday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.fridayN/AmixedYes
stores[0].hours.friday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.friday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.saturdayN/AmixedYes
stores[0].hours.saturday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.saturday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].hours.sundayN/AmixedYes
stores[0].hours.sunday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
stores[0].hours.sunday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
stores[0].storeTypeUnique Tulip identifier of the store typemixedNo
stores[0].storeType.externalIdIntegrator provided unique identifier for the store. Typically used to map a primary key from a third party system to the Tulip resource.stringYes
stores[0].storeType.nameName of the store typestringYes
stores[0].attributesArray of Attribute Values associated with this storearrayNo
stores[0].attributes[0].valueValue of the attribute, this will be any type casted to string but supports all basic typesmixedYes
stores[0].attributes[0].nameExternal ID of the attributestringYes
stores[0].attributes[0].languageExternalIdExternal ID of the language, defaults to englishstringYes
stores[0].attributes[0].typeTulip Attribute TypestringYes
stores[0].catalogsArray of catalog IDs (UUIDs or External IDs) associated with this storearrayNo

Sample CSV

See the following receiptTemplates CSV sample file.

receiptTemplates Sample 1