v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Importation Catalog Info

Map custom column to a BeezUP column

post/v2/user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/map

Path parameters

storeIdstring guid required

Your store identifier

executionIdstring guid required

The execution identifier of you catalog importation

columnIdstring guid required

The custom column identifier

Request body

beezUPColumnNamestring required

The BeezUP column name

Example request

{
  "beezUPColumnName": "CategoryFirstLevel"
}

Response

Custom column mapped. This operation has no impact on the current catalog until you commit the catalog importation.