Home > @vsf-enterprise/commercetools-types > ChangeProductMasterVariant
# ChangeProductMasterVariant type
Signature:
export declare type ChangeProductMasterVariant = {
variantId?: InputMaybe<Scalars['Int']>;
sku?: InputMaybe<Scalars['String']>;
staged?: InputMaybe<Scalars['Boolean']>;
};
References: InputMaybe, Scalars