GraphQL INPUT_OBJECT
CatalogItemSearchParameters
Search parameters for the item.
link Definition
- input CatalogItemSearchParameters {
- # Maximum number of items that should be retrieved.
- Int :
- # Starting index for retrieving the items.
- Int :
- # Logical operator for search.
- LogicalOperator :
- # Input for ordering the result before applying the offset.
- CatalogItemSearchOrderByInput] : [
- # ID of the catalog.
- NumericIdSearchRelationInput :
- # ID of the catalog item.
- NumericIdSearchRelationInput :
- # ParameterName of the catalog item.
- StringSearchRelationInput :
- # ID of the client to which this catalog belongs to.
- NumericIdSearchRelationInput :
- # Product id of the catalog item.
- NumericIdSearchRelationInput :
- # Product selection id of the catalog item.
- NumericIdSearchRelationInput :
- # CatalogItemGroup id id of the catalog item.
- CatalogItemGroupSearchRelationInput :
- }