Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountProductsProductsArgs
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 DiscountProductsProductsArgs
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) |