# PriceListPriceInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for providing the fields and values to use when creating or updating a fixed price list price. ### Access Scopes ## Fields * [compareAtPrice](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput - The compare-at price of the product variant on this price list. * [price](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput! - The price of the product variant on this price list. * [variantId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The product variant ID associated with the price list price. ## Input objects with this input object * [priceListFixedPricesAdd](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesAdd) * [priceListFixedPricesUpdate](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesUpdate) * [QuantityPricingByVariantUpdateInput](/docs/api/admin-graphql/2024-10/input-objects/QuantityPricingByVariantUpdateInput) ## Examples