SetProductPriceCustomType
type SetProductPriceCustomType = {
priceId: Scalars['String'];
staged?: InputMaybe<Scalars['Boolean']>;
fields?: InputMaybe<Array<CustomFieldInput>>;
type?: InputMaybe<ResourceIdentifierInput>;
typeKey?: InputMaybe<Scalars['String']>;
typeId?: InputMaybe<Scalars['String']>;
};