stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountProductsProductVariantsArgs

AdminTypes.DiscountProductsProductVariantsArgs interface

A list of products and product variants that the discount can have as a prerequisite or a list of products and product variants to which the discount can be applied.

Signature:

export interface DiscountProductsProductVariantsArgs 

Properties

Property Modifiers Type Description
after?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
before?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
first?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
last?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
reverse?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional)