# Catalog.Adjuster

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**adjuster** | **String** | The type of adjuster for either the price or the weight of the variant, when the modifier value is selected on the storefront.  | [optional] 
**adjusterValue** | **Number** | The numeric amount by which the adjuster will change either the price or the weight of the variant, when the modifier value is selected on the storefront.  | [optional] 

<a name="AdjusterEnum"></a>
## Enum: AdjusterEnum

* `relative` (value: `"relative"`)
* `percentage` (value: `"percentage"`)

