Skip to main content

ProductVariantFilterInput Input Type

No description

input ProductVariantFilterInput {
search: String
sku: [String!]
metadata: [MetadataFilter!]
isPreorder: Boolean @deprecated
updatedAt: DateTimeRangeInput
}

Fields

sku ● [String!]

metadata ● [MetadataFilter!]

updatedAt ● DateTimeRangeInput

Show deprecatedHide deprecated

isPreorder ● Boolean

DEPRECATED

Preorder is deprecated and will be removed. Model pre-sales with regular stock instead: create the planned quantity in a warehouse, or set trackInventory to false to sell without a stock limit.

Filter by variants that are currently in preorder.

Member Of

productVariants query