Skip to content

AttributeGroupIdentifier Criterion

The AttributeGroupIdentifier Search Criterion searches for products by the value of their attribute group identifier.

Arguments

  • value - string representing the attribute's identifier

Example

REST API

1
2
3
4
5
<AttributeQuery>
    <Query>
        <AttributeGroupIdentifier>attribute_group</AttributeGroupIdentifier>
    </Query>
</AttributeQuery>
1
2
3
4
5
6
7
{
  "AttributeQuery": {
    "Query": {
      "AttributeGroupIdentifier": "attribute_group"
    }
  }
}