PriceAdjustmentLimit document (Shop API 23.2)
Document representing a price adjustment limit.
A price adjustment limit specifies the amount of manual adjustment that can be applied by a user at the specified level.
Property | Type | Constraints | Description |
---|---|---|---|
amount |
Decimal | The value for the currency or null if no currency value is specified. | |
currency |
String | Returns the currency of the Price Adjustment Limit or null if not applicable.
Will be null if this is a percent limit only. Price adjustment limits can be given up to a fixed amount (unit=a currency unit). |
|
percent |
Decimal | Returns percentage value of the Price Adjustment Limit or null if not applicable.
Will be null if this is a currency limit only. |
|
type |
Enum {item, shipping, order} | The Price Adjustment Limit type - ITEM, SHIPPING or ORDER. It identifies the level at which the Price Adjustment is applicable. |
X
OCAPI versions 15.x and 16.x will be retired on March 31, 2021. For dates and more information, see the OCAPI versioning and deprecation policy and this Knowledge Article.