--- title: PriceListPrice - GraphQL Admin 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). api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PriceListPrice' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PriceListPrice.txt --- # Price​List​Price object Requires `read_products` access scope. Also: The user must have permission to view catalogs. 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). ## Fields * compare​At​Price [Money​V2](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MoneyV2) The compare-at price of the product variant on this price list. * origin​Type [Price​List​Price​Origin​Type!](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/PriceListPriceOriginType) non-null The origin of a price, either fixed (defined on the price list) or relative (calculated using a price list adjustment configuration). * price [Money​V2!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MoneyV2) non-null The price of the product variant on this price list. * quantity​Price​Breaks [Quantity​Price​Break​Connection!](https://shopify.dev/docs/api/admin-graphql/2024-10/connections/QuantityPriceBreakConnection) non-null A list of quantity breaks for the product variant. * variant [Product​Variant!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ProductVariant) non-null The product variant associated with this price. *** ## Map ### Fields and connections with this object * {}[PriceList.prices](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PriceList#field-prices) * <->[PriceListPriceConnection.nodes](https://shopify.dev/docs/api/admin-graphql/2024-10/connections/PriceListPriceConnection#field-nodes) * {}[PriceListPriceEdge.node](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PriceListPriceEdge#field-node) *** ## Mutations * [price​List​Fixed​Prices​Add](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesAdd) mutation 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. * [price​List​Fixed​Prices​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesUpdate) mutation 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. *** ## <\~> PriceListPrice Mutations ### Mutated by * <\~>[price​List​Fixed​Prices​Add](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesAdd) * <\~>[price​List​Fixed​Prices​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesUpdate)