AttributeResultSearchInput
No description
input AttributeResultSearchInput {
productIds: [Int!]
categoryIds: [Int!]
companyIds: [Int!]
contactIds: [Int!]
customerIds: [Int!]
clusterIds: [Int!]
offset: Int
page: Int
attributeDescription: AttributeAttributeDescriptionSearchInput
includeDefaultValues: Boolean
}
Fields
AttributeResultSearchInput.productIds ● [Int!] list scalar
Product identifiers to search attributes for.
Specify a list of product IDs to retrieve attributes associated with those products. Array must contain unique values. Only one resource type can be specified per search request.
AttributeResultSearchInput.categoryIds ● [Int!] list scalar
Category identifiers to search attributes for.
Specify a list of category IDs to retrieve attributes associated with those categories. Array must contain unique values. Only one resource type can be specified per search request.
AttributeResultSearchInput.companyIds ● [Int!] list scalar
Company identifiers to search attributes for.
Specify a list of company IDs to retrieve attributes associated with those companies. Array must contain unique values. Only one resource type can be specified per search request.