ProductVariantSellingPlanAllocationsArgs
A product variant represents a different version of a product, such as differing sizes or differing colors.
import { ProductVariantSellingPlanAllocationsArgs } from '@daffodil/driver/shopify'
type ProductVariantSellingPlanAllocationsArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
last?: InputMaybe<Scalars['Int']['input']>;
reverse?: InputMaybe<Scalars['Boolean']['input']>;
}
Type | Options |
---|---|
ProductVariantSellingPlanAllocationsArgs | {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
last?: InputMaybe<Scalars['Int']['input']>;
reverse?: InputMaybe<Scalars['Boolean']['input']>;
} |