Basket types (Full Update)

Description

Creates/Updates a basket type

See the Aerial Spec for more details.

File Naming Convention

TGEN_basketTypes_fullupdate_2025-08_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2025-08

Columns

Column HeaderDescriptionKey InformationTypeRequired
uuidUUID of the resourcestringNo
externalIdExternal ID of the resourceMax Length: 255stringNo
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]Array elementmixedNo
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 attributeMax Length: 255stringYes
attributes[0].languageExternalIdExternal ID of the language, defaults to englishMax Length: 255stringYes
attributes[0].typeTulip Attribute TypeAllowed: string, boolean, integerstringYes
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]Array elementmixedNo
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.Pattern: ^[a-z]{2}(-[a-z]{2,})*$, [a-z]{2}(-[a-z]{2,})*stringYes
localizations[0].nameN/AstringYes
localizations[0].callToActionLabelN/AstringYes

Sample CSV

See the following basketTypes CSV sample file.

basketTypes Sample 1