Create search rule group
POST/pcm/catalogs/search/rule-groups
Create a new search rule group for the current tenant. The slug must be unique within the tenant.
After creating a group, add rules with POST /pcm/catalogs/search/rule-groups/{rule_group_id}/rules, then attach the group UUID to a search profile's rule_groups attribute to activate merchandising at search time.
Request
Responses
- 201
- 400
- 500
Successfully created search rule group
Bad request - invalid parameters or duplicate slug
Internal server error. There was a system failure in the platform.