# PriceListAdjustment - admin-graphql - OBJECT Version: 2024-10 ## Description The type and value of a price list adjustment. For more information on price lists, refer to [Support different pricing models](https://shopify.dev/apps/internationalization/product-price-lists). ### Access Scopes `read_products` access scope. ## Fields * [type](/docs/api/admin-graphql/2024-10/enums/PriceListAdjustmentType): PriceListAdjustmentType! - The type of price adjustment, such as percentage increase or decrease. * [value](/docs/api/admin-graphql/2024-10/scalars/Float): Float! - The value of price adjustment, where positive numbers reduce the prices and negative numbers increase them. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples