v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Global

Get the BeezUP columns

Get the BeezUP columns, this columns are used for mapping during the manual catalog importation process.

get/v2/user/catalogs/beezupColumns

Response

The catalog API index

beezUPColumnNamestring required

The BeezUP column name

uniqueboolean

/!\ ONLY AVAILABLE ON CATALOG COLUMN NOT ON CUSTOM COLUMNS!! If true, an error happen at the second occurence of the same value for this column This information will be used during the importation process and later for mapping proposal

columnImportance'Required' | 'Recommended' | 'Optional' required

Importance of the column

columnDataType'String' | 'Url' | 'Text' | 'Decimal' | 'DateTime' | 'Int' | 'SpecialInt' | 'InStock' | 'Unknown' | 'ImageUrl'

Data type of the column, will be used for parsing and for consolidation proces

canBeTruncatedboolean

If the size of the value is greater than the limit we can truncate the value instead of failing...

displayGroupNamestring required

Indicate the display group name where the column must be putted

descriptionstring

Describe the BeezUP column

Example response

[
  {
    "beezUPColumnName": "CategoryFirstLevel",
    "columnImportance": "Required",
    "columnDataType": "String",
    "displayGroupName": "Category",
    "description": "Use for big text, like description"
  }
]