v1

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

Get channel catalog product information

get/v2/user/channelCatalogs/{channelCatalogId}/products/{productId}

Path parameters

channelCatalogIdstring guid required

The channel catalog identifier

productIdstring guid required

The product identifier

Response

Channel catalog product information

productIdstring guid required

The product identifier

productSkustring required

The product SKU

productTitlestring required

The product tile

productImageUrlstring uri

The product image Url

productExistsboolean required

Indicates if the product still exists in your catalog

overridesProductOverridesWithCatalogValues required

The key is the channel column identifier

disabledboolean required

Indicates if the product has been disabled or not

uncategorizedboolean required

Indicates if the product's category has been NOT mapped to a channel category

excludedboolean required

Indicates if the product has been excluded by a exclusion filter

excludedByExclusionFilterName[]

Example response

{
  "productId": "00000000-0000-0000-0000-000000000000",
  "productSku": "SKU1234",
  "productTitle": "My supert product",
  "productImageUrl": "http://i2.cdscdn.com/pdt2/3/9/0/1/550x550/hai6901018043390/rw/haier-b20fwrss-refrigerateur-americain.jpg",
  "overrides": {
    "8a76f06a-fefc-4c0d-bcfe-b210f1482977": {
      "catalogValue": "x235",
      "override": "3563"
    },
    "B7B79A0B-A8DE-54DA-964C-E2704DF3738A": {
      "catalogValue": "x_ezlSHBELNL56",
      "override": "SHBELNL56"
    },
    "57F70E81-E4F2-5034-BC65-E1D5C48EBEDA": {
      "catalogValue": "Sony",
      "override": "Sony bravia"
    },
    "2A77749D-0AAB-5245-89B5-6A1A4E06DACA": {
      "catalogValue": "http://www.toto.com/thing/images/cache/dldldl.jpg",
      "override": "http://www.blalbla.nl/images/cache/dldldl.jpg"
    },
    "54B3B3CB-5CA5-5471-9DAE-5310C032059A": {
      "catalogValue": "http://www.toto.com/thing/cache/dlmdl.jpg",
      "override": "http://www.blalbla.nl/images/cache/dlmdl.jpg"
    },
    "0EA21509-1141-57BD-B679-371BC98B2ADA": {
      "catalogValue": "http://www.toto.com/thing/images/cache/ldldld.jpg",
      "override": "http://www.blalbla.nl/images/cache/ldldld.jpg"
    }
  },
  "excludedBy": [
    "Exclude sony products"
  ],
  "links": {
    "self": {
      "href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/products/578419df-1bbf-41a6-96fa-862e42182b67",
      "method": "GET"
    },
    "override": {
      "href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/products/578419df-1bbf-41a6-96fa-862e42182b67/overrides",
      "method": "POST"
    },
    "disable": {
      "href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/products/578419df-1bbf-41a6-96fa-862e42182b67/disable",
      "method": "POST"
    },
    "reenable": {
      "href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/products/578419df-1bbf-41a6-96fa-862e42182b67/reenable",
      "method": "POST"
    }
  }
}