Home > @vsf-enterprise/commercetools-types > ProductDataAllVariantsArgs
# ProductDataAllVariantsArgs type
Signature:
export declare type ProductDataAllVariantsArgs = {
skus?: InputMaybe<Array<Scalars['String']>>;
isOnStock?: InputMaybe<Scalars['Boolean']>;
stockChannelIds?: InputMaybe<Array<Scalars['String']>>;
hasImages?: InputMaybe<Scalars['Boolean']>;
};
References: InputMaybe, Scalars