Create or update a product facet.
PUT
/productfacets/{productFacetID}
200Description
If an object with the same ID already exists, it will be overwritten.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessProductFacetAdmin
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
productFacetID | Required | string | ID of the product facet. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | Required | string | --- | 100 characters | --- | |
XpPath | string | --- | 200 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
MinCount | integer | int32 | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
XpPath | string | --- | 200 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
MinCount | integer | int32 | --- | --- | ||
xp | object | --- | --- | --- |