Basket types (Full Update)

File Naming Convention

TGEN_basketTypes_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionTypeRequired
uuidUUID of the resourcestringNo
externalIdExternal ID of the resourcestringNo
disabledDeclares if the resource is disabledbooleanNo
isDefaultIs this the default basket typebooleanYes
visibilityLevelVisibility level of the basket typeintegerYes
shippingInfoModeN/AmixedYes
requiresInventoryIs inventory required to complete purchase?booleanYes
allowGuestCheckoutAre guests allowed to checkout?booleanYes
enableOrderCommissionsIs order commissions enabled for this basket typebooleanYes
enforceSerialNumberForSerializedItemsDo serialized items in this basket type require a serial number when the variant is serializedbooleanYes
attributesArray of attribute values associated with this resourcearrayNo
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
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].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.stringYes
localizations[0].nameN/AstringYes
localizations[0].callToActionLabelN/AstringYes

Sample CSV

See the following basketTypes CSV sample file.

basketTypes Sample 1