v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Catalogs - Catalog

Patch the BeezUPColumns' Mapping of a Store.

Patch the BeezUPColumns' Mapping of a Store.

patch/v2/user/catalogs/{storeId}/beezUPColumns

Path parameters

storeIdstring guid required

Your store identifier

Request body

beezUPColumnNamestring required

The BeezUP column name

catalogColumnNamestring

The catalog column name

Example request

[
  {
    "beezUPColumnName": "CategoryFirstLevel",
    "catalogColumnName": "SKU"
  }
]

Response

BeezUPColumns' Mapping of a Store Patched