Retrieve product attributes by conditions
Retrieve product attributes by conditions
Authorizations:Token
Query Parameters
| _cnd[product] | integerFilters attributes by certain product id (leave empty to search attributes without product) |
| _cnd[productClass] | Array of integersFilters attributes by product class ids |
| _cnd[attributeGroup] | integerFilters attributes by attribute group id (leave empty to search attributes without group) |
| _cnd[notType] | stringEnum: "S""T""C""H"Filters attributes by exluding type |
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
| _cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
| googleShoppingGroup | string |
| vendor | |
| visible | boolean |
| id | integer |
| position | integer |
| decimals | integer |
| productClass | |
| attributeGroup | |
| attribute_options | Array |
| product | |
| type | string |
| addToNew | string |
| attribute_properties | Array |