Skip to main content

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.

AttributeResultSearchInput.contactIds ● [Int!] list scalar

Contact identifiers to search attributes for.

Specify a list of contact IDs to retrieve attributes associated with those contacts. Array must contain unique values. Only one resource type can be specified per search request.

AttributeResultSearchInput.customerIds ● [Int!] list scalar

Customer identifiers to search attributes for.

Specify a list of customer IDs to retrieve attributes associated with those customers. Array must contain unique values. Only one resource type can be specified per search request.

AttributeResultSearchInput.clusterIds ● [Int!] list scalar

Cluster identifiers to search attributes for.

Specify a list of cluster IDs to retrieve attributes associated with those clusters. Array must contain unique values. Only one resource type can be specified per search request.

AttributeResultSearchInput.offset ● Int scalar

Number of items per page for pagination.

Controls the page size for paginated results. Must be a positive integer with a minimum value of 1.

AttributeResultSearchInput.page ● Int scalar

Page number for pagination.

Specifies which page of results to retrieve. Page numbering starts at 1 and must be a positive integer.

AttributeResultSearchInput.attributeDescription ● AttributeAttributeDescriptionSearchInput input

Additional filters based on attribute description properties.

Allows filtering attributes by their description metadata such as name, type, group, and visibility settings. Useful for finding attributes with specific characteristics.

AttributeResultSearchInput.includeDefaultValues ● Boolean scalar

Include default values

Member Of

attributeResultByCategoryId query ● attributeResultByClusterId query ● attributeResultByCompanyId query ● attributeResultByContactId query ● attributeResultByCustomerId query ● attributeResultByProductId query