Skip to main content

ProductTypeFilterInput Input Type

No description

input ProductTypeFilterInput {
search: String
configurable: ProductTypeConfigurable @deprecated
productType: ProductTypeEnum
metadata: [MetadataFilter!]
kind: ProductTypeKindEnum
ids: [ID!]
slugs: [String!]
}

Fields

productType ● ProductTypeEnum

metadata ● [MetadataFilter!]

kind ● ProductTypeKindEnum

ids ● [ID!]

slugs ● [String!]

Show deprecatedHide deprecated

configurable ● ProductTypeConfigurable

DEPRECATED

The field has no effect on the API behavior. This is a leftover from the past Simple/Configurable product distinction. Products can have multiple variants regardless of this setting.

Member Of

productTypes query