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.