# PriceListAdjustmentInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to set a price list adjustment. ### Access Scopes ## 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 the price adjustment as specified by the `type`. ## Input objects with this input object * [PriceListParentCreateInput](/docs/api/admin-graphql/2024-10/input-objects/PriceListParentCreateInput) * [PriceListParentUpdateInput](/docs/api/admin-graphql/2024-10/input-objects/PriceListParentUpdateInput) ## Examples