Stores (Partial Update)

File Naming Convention

TGEN_stores_partialupdate_2025-08_<optionalSuffix>.csv

  • importType: partialupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionTypeRequired
externalIdIntegrator provided unique identifier for the store. Typically used to map a primary key from a third party system to the Tulip resource.stringYes
disabledBoolean dictating if store is disabled (true or false)booleanNo
nameName of the storestringYes
businessEntityNameBusiness entity name of the storestringNo
addressAddress of the storestringYes
cityCity of the storestringNo
postalCodePostal code of the storestringYes
zoneCodeZone code of the store: The ISO-3166-2 region code (including the country code portion) for the state/province/regionstringNo
countryCodeCountry ISO code in ISO-3166-1 alpha-3 formatstringYes
latitudeLatitude of the storestringNo
longitudeLongitude of the storestringNo
taxDivisionTax Division of the storestringNo
taxProviderTax Provider of the store - use an ID from the tax provider APIstringNo
remotePayAdyenMerchantAccountRemote Pay Adyen Merchant AccountstringNo
onlineStoreOnline store associated with this store.stringNo
emailAddressEmail Address of the storestringNo
phoneNumberPhone number of the store (E.164 standard)stringNo
mobilePhoneNumberMobile phone number of the store (E.164 standard)stringNo
receiptLanguageCodeLanguage code to use for receipts from this storestringNo
districtUUID of the district associated with this store.stringNo
timeZoneTime zone in IANA format this store is instringNo
settingsN/AmixedYes
settings.runnerEnabledBoolean dictating whether runner is enabled for the store (true or false)booleanNo
settings.liveConnectEnabledBoolean dictating if store has live connect enabled (true or false)booleanNo
settings.fulfillFromMultipleStoresEnabledBoolean dictating if store is fulfilled from multiple stores (true or false)booleanNo
settings.conditionalOrderFlowEnabledBoolean dictating if conditional order flow is enabled for the store (true or false)booleanNo
settings.twilioCallingEnabledBoolean dictating if Twilio calling is enabled for the store (true or false)booleanNo
settings.clientelingLoginEnabledBoolean dictating if this store is able to be logged into for the Clienteling appbooleanNo
settings.checkoutLoginEnabledBoolean dictating if this store is able to be logged into for the Checkout appbooleanNo
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
settings.pendingCustomerFlowEnabledWhether pending customer flow is enabled for this store or notstringNo
hoursN/AmixedYes
hours.mondayN/AmixedYes
hours.monday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
hours.monday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
hours.tuesdayN/AmixedYes
hours.tuesday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
hours.tuesday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
hours.wednesdayN/AmixedYes
hours.wednesday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
hours.wednesday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
hours.thursdayN/AmixedYes
hours.thursday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
hours.thursday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
hours.fridayN/AmixedYes
hours.friday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
hours.friday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
hours.saturdayN/AmixedYes
hours.saturday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
hours.saturday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
hours.sundayN/AmixedYes
hours.sunday.openTime the store opens for the day (local timezone, 24-hour format)stringNo
hours.sunday.closeTime the store closes for the day (local timezone, 24-hour format)stringNo
storeTypeUnique Tulip identifier of the store typemixedNo
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
storeType.nameName of the store typestringYes
attributesArray of Attribute Values associated with this storearrayNo
attributes[0].valueValue of the attribute, this will be any type casted to string but supports all basic typesmixedYes
attributes[0].nameExternal ID of the attributestringYes
attributes[0].languageExternalIdExternal ID of the language, defaults to englishstringYes
attributes[0].typeTulip Attribute TypestringYes
catalogsArray of catalog IDs (UUIDs or External IDs) associated with this storearrayNo

Sample CSV

See the following stores CSV sample file.

stores Sample 1