Znode

Build Version:

POST catalogs

Creates a new catalog.

Request Information

» Parameters

Name Description Additional information
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
}