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