INPUT_OBJECT
ProductFilterInput
ProductFilterInput defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
link GraphQL Schema definition
- input ProductFilterInput {
- # The id - an unique product identifier
- FilterTypeInput :
- # The product name. Customers use this name to identify the product.
- FilterTypeInput :
- # A number or code assigned to a product to identify the product, options, price,
- # and manufacturer.
- FilterTypeInput :
- # Detailed information about the product. The value can include simple HTML tags.
- FilterTypeInput :
- # A short description of the product. Its use depends on the theme.
- FilterTypeInput :
- # The price of an item.
- FilterTypeInput :
- # The discounted price of the product. Do not include the currency code.
- FilterTypeInput :
- # The beginning date that a product has a special price.
- FilterTypeInput :
- # The end date that a product has a special price.
- FilterTypeInput :
- # The weight of the item, in units defined by the store.
- FilterTypeInput :
- # The category this product belongs to
- CategoryBindingFilterInput :
- # A number representing the product's manufacturer.
- FilterTypeInput :
- # A string that is displayed in the title bar and tab of the browser and in search
- # results lists.
- FilterTypeInput :
- # A comma-separated list of keywords that are visible only to search engines.
- FilterTypeInput :
- # A brief overview of the product for search results listings, maximum 255
- # characters.
- FilterTypeInput :
- # The relative path to the main image on the product page.
- FilterTypeInput :
- # The relative path to the small image, which is used on catalog pages.
- FilterTypeInput :
- # The relative path to the product's thumbnail image.
- FilterTypeInput :
- # The price when tier pricing is in effect and the items purchased threshold has
- # been reached.
- FilterTypeInput :
- # The beginning date for new product listings, and determines if the product is
- # featured as a new product.
- FilterTypeInput :
- # The end date for new product listings.
- FilterTypeInput :
- # XML code that is applied as a layout update to the product page.
- FilterTypeInput :
- # The numeric minimal price of the product. Do not include the currency code.
- FilterTypeInput :
- # The numeric maximal price of the product. Do not include the currency code.
- FilterTypeInput :
- # Category ID the product belongs to.
- FilterTypeInput :
- # If the product has multiple options, determines where they appear on the product
- # page.
- FilterTypeInput :
- # Indicates whether the product has required options.
- FilterTypeInput :
- # Indicates whether additional attributes have been created for the product.
- FilterTypeInput :
- # The label assigned to a product image.
- FilterTypeInput :
- # The label assigned to a product's small image.
- FilterTypeInput :
- # The label assigned to a product's thumbnail image.
- FilterTypeInput :
- # Timestamp indicating when the product was created.
- FilterTypeInput :
- # Timestamp indicating when the product was updated.
- FilterTypeInput :
- # The product's country of origin.
- FilterTypeInput :
- # The name of a custom layout.
- FilterTypeInput :
- # Indicates whether a gift message is available.
- FilterTypeInput :
- # The product visibility. Customers use this visibility to identify the product.
- FilterTypeInput :
- # The product type - simple, configurable, virtual, downloadable, grouped
- FilterTypeInput :
- # Is product in stock
- FilterTypeInput :
- # Product stock information
- StockFilterInput :
- # Product status information
- FilterTypeInput :
- # The product size. Customers use this size to identify the product.
- FilterTypeInput :
- # The product sizes for all configurable_children variants. Customers use this
- # size to identify the product.
- FilterTypeInput :
- # The product color. Customers use this color to identify the product.
- FilterTypeInput :
- # The product colors for all configurable_children variants. Customers use this
- # color to identify the product.
- FilterTypeInput :
- # The keyword required to perform a logical OR comparison.
- ProductFilterInput :
- }
link Require by
- CategoryCategory object - categories group products and can contain children categories as well
- ProductFilterInputProductFilterInput defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
- QueryThis is the root Query object - an entry point for `product`, `categories`, `reviews` and other queries