v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Catalog

Create or replace a custom column

put/v2/user/catalogs/{storeId}/customColumns/{columnId}

Path parameters

storeIdstring guid required

Your store identifier

columnIdstring guid required

The custom column identifier

Request body

userColumnNamestring required

Column named by the user

encryptedExpressionstring required

The encrypted excel expression of the column

encryptedBlocklyExpressionstring required

The encrypted XML Blockly representation of the expression

displayGroupNamestring required

Indicate the display group name where the column must be putted

Example request

{
  "userColumnName": "My SKU",
  "encryptedExpression": "uziushdczaniodnndonisodndsiondsoidsndoin",
  "encryptedBlocklyExpression": "apokpoa,opz,sixsoisiosnoisn",
  "displayGroupName": "Category"
}

Response

Custom column saved