PUT
/
collections
/
{id}
/
children

Authorizations

Authorization
string
headerrequired

S2S access token (JWT) from fabric Identity service (during Login)

Headers

x-fabric-tenant-id
string

The x-fabric-tenant-id header is a string that contains the ID of the tenant from whom you wish to pull information from.

x-fabric-request-id
string

Unique request ID

Path Parameters

id
string
required

System-generated 24-character collection ID

Body

application/json
children
object[]
required

Immediate children of the specified collection

Response

200 - application/json
id
string

24-character system-generated collection ID

name
string

Non-localized collection name

localizedProperties
object

Localized details

isLocalizable
boolean

true: Collection name is translated into different languages or localized for different regions <br /> false: Collection name is not localized Note: Refer to localizedProperties to get relevant details based on locale

isRoot
boolean

true: Collection is root category.<br /> false: Collection is not a root category.

isActive
boolean

true: Collection is active <br /> false: Collection is inactive

attributes
object[]

Collection attributes

categoriesIncluded
object[]

List of categories included

categoriesExcluded
object[]

List of categories excluded

productAttributeFilters
object[]

Attribute filters applied to the category

children
object[]

Immediate children of the specified collection

updatedBy
string

Email of user who last updated the category

updatedAt
string

Time of last updated to category (UTC)

createdAt
string

Time of category creation (UTC)