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