# PriceListPrice - admin-graphql - OBJECT Version: 2024-10 ## Description Represents information about pricing for a product variant as defined on a price list, such as the price, compare at price, and origin type. You can use a `PriceListPrice` to specify a fixed price for a specific product variant. For examples, refer to [PriceListFixedPricesAdd](https://shopify.dev/api/admin-graphql/latest/mutations/priceListFixedPricesAdd) and [PriceList](https://shopify.dev/api/admin-graphql/latest/queries/priceList#section-examples). ### Access Scopes `read_products` access scope. Also: The user must have a permission to view. ## Fields * [compareAtPrice](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2 - The compare-at price of the product variant on this price list. * [originType](/docs/api/admin-graphql/2024-10/enums/PriceListPriceOriginType): PriceListPriceOriginType! - The origin of a price, either fixed (defined on the price list) or relative (calculated using a price list adjustment configuration). * [price](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The price of the product variant on this price list. * [variant](/docs/api/admin-graphql/2024-10/objects/ProductVariant): ProductVariant! - The product variant associated with this price. ## Connections * [quantityPriceBreaks](/docs/api/admin-graphql/2024-10/connections/QuantityPriceBreakConnection): QuantityPriceBreakConnection! ## Related queries ## Related mutations * [priceListFixedPricesAdd](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesAdd) Creates or updates fixed prices on a price list. You can use the `priceListFixedPricesAdd` mutation to set a fixed price for specific product variants. This lets you change product variant pricing on a per country basis. Any existing fixed price list prices for these variants will be overwritten. * [priceListFixedPricesUpdate](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesUpdate) Updates fixed prices on a price list. You can use the `priceListFixedPricesUpdate` mutation to set a fixed price for specific product variants or to delete prices for variants associated with the price list. ## Related Unions ## Examples