# PriceListAdjustmentInput - admin - INPUT_OBJECT Version: 2025-01 ## Description The input fields to set a price list adjustment. ### Access Scopes ## Fields * [type](/docs/api/admin/2025-01/enums/PriceListAdjustmentType): PriceListAdjustmentType! - The type of price adjustment, such as percentage increase or decrease. * [value](/docs/api/admin/2025-01/scalars/Float): Float! - The value of the price adjustment as specified by the `type`. ## Input objects with this input object * [PriceListParentCreateInput](/docs/api/admin/2025-01/input-objects/PriceListParentCreateInput) * [PriceListParentUpdateInput](/docs/api/admin/2025-01/input-objects/PriceListParentUpdateInput) ## Examples