Skip to content

AttributeName Criterion

The AttributeName Search Criterion searches for products by the value of their attribute name.

Arguments

  • value - string representing the attribute's name

Example

REST API

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