--- title: PriceListPriceInput - GraphQL Admin description: >- The input fields for providing the fields and values to use when creating or updating a fixed price list price. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/PriceListPriceInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/PriceListPriceInput.txt --- # Price​List​Price​Input input\_object The input fields for providing the fields and values to use when creating or updating a fixed price list price. ## Fields * compare​At​Price [Money​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MoneyInput) The compare-at price of the product variant on this price list. * price [Money​Input!](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MoneyInput) required The price of the product variant on this price list. * variant​Id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The product variant ID associated with the price list price. *** ## Mutations using this input * [price​List​Fixed​Prices​Add.​prices](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesAdd#argument-prices) MUTATION * [price​List​Fixed​Prices​Update.​prices​To​Add](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesUpdate#argument-pricesToAdd) MUTATION *** ## Input objects using this input * [Quantity​Pricing​By​Variant​Update​Input.​prices​To​Add](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/QuantityPricingByVariantUpdateInput#field-pricesToAdd) INPUT OBJECT The input fields used to update quantity pricing. *** ## Map ### Mutations using this input * <\~>[price​List​Fixed​Prices​Add.prices](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesAdd#argument-prices) * <\~>[price​List​Fixed​Prices​Update.pricesToAdd](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesUpdate#argument-pricesToAdd) ### Input objects using this input * [Quantity​Pricing​By​Variant​Update​Input.pricesToAdd](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/QuantityPricingByVariantUpdateInput#field-pricesToAdd)