# PriceListParent - admin-graphql - OBJECT Version: 2024-10 ## Description Represents relative adjustments from one price list to other prices. You can use a `PriceListParent` to specify an adjusted relative price using a percentage-based adjustment. Adjusted prices work in conjunction with exchange rules and rounding. [Adjustment types](https://shopify.dev/api/admin-graphql/latest/enums/pricelistadjustmenttype) support both percentage increases and decreases. ### Access Scopes `read_products` access scope. ## Fields * [adjustment](/docs/api/admin-graphql/2024-10/objects/PriceListAdjustment): PriceListAdjustment! - A price list adjustment. * [settings](/docs/api/admin-graphql/2024-10/objects/PriceListAdjustmentSettings): PriceListAdjustmentSettings! - A price list's settings for adjustment. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples