Znode

Build Version:

PUT catalogs/{catalogId}

Updates an existing catalog.

Request Information

» Parameters

Name Description Additional information
catalogId The ID of the catalog.

Define this parameter in the request URI.

model The model of the catalog.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "CatalogId": 1,
  "ExternalId": "sample string 2",
  "IsActive": true,
  "Name": "sample string 4",
  "PortalId": 1,
  "PreserveCategories": true,
  "IsDefault": true,
  "IsFromSitecore": true,
  "ProductIds": "sample string 8",
  "ProductCount": 9,
  "CategoryCount": 10
}