v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Channel Catalogs - Global

List all your current channel catalogs

get/v2/user/channelCatalogs/

Query parameters

storeIdstring guid

The store identifier

Response

OK

channelCatalogsobject

The channel catalog list. The key is the channel catalog identifier

Example response

{
  "links": {
    "self": {
      "href": "/v2/user/channelCatalogs",
      "method": "GET"
    },
    "beezUPColumns": {
      "href": "/v2/user/catalogs/beezUPColumns",
      "method": "GET"
    },
    "add": {
      "href": "/v2/user/channelCatalogs",
      "method": "POST"
    },
    "filterOperators": {
      "href": "/v2/user/channelCatalogs/filterOperators",
      "method": "GET"
    }
  },
  "lovLinks": {
    "channelCatalogExclusionFilterOperatorLov": {
      "href": "/v2/public/Go2CultureName",
      "method": "GET"
    },
    "channelCatalogExportCacheStatusLov": {
      "href": "/v2/public/Go2CultureName",
      "method": "GET"
    }
  }
}