Creating a new localized catalog Copy
POST {{api-url}}/catalog/{{tenant}}/catalogs
Request Body
{"name"=>"Sample catalog", "description"=>"Sample catalog description", "visibility"=>{"visible"=>"true", "from"=>"2022-01-24T12:12:12.623z", "to"=>"2025-03-24T12:12:12.616Z"}, "publishedSites"=>["main"], "categoryIds"=>["{{parentCategoryId}}"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Language | string |
RESPONSES
status: Created
{"id":"63c8e527451cde0ce695f9ae"}