Salesforce B2C Commerce 23.6 > B2C Commerce API > B2C Commerce Script > dw.order
dw.order
Class AppeasementItem
Object
dw.object.Extensible
dw.order.AbstractItem
dw.order.AppeasementItem
Represents an item of an Appeasement which is associated with one OrderItem usually representing an Order ProductLineItem. Items are created using method Appeasement.addItems(Money, List)
When the related Appeasement were set to status COMPLETED, only the the custom attributes of the appeasement item can be changed.

Order post-processing APIs (gillian) are now inactive by default and will throw an exception if accessed. Activation needs preliminary approval by Product Management. Please contact support in this case. Existing customers using these APIs are not affected by this change and can use the APIs until further notice.

Properties
appeasementNumber  :  String  (Read Only)
The number of the Appeasement to which this item belongs.
parentItem  :  AppeasementItem
Returns null or the parent item.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getAppeasementNumber() : String
Returns the number of the Appeasement to which this item belongs.
getParentItem() : AppeasementItem
Returns null or the parent item.
setParentItem(parentItem : AppeasementItem) : void
Set a parent item.
Methods inherited from class AbstractItem
Methods inherited from class Extensible
Methods inherited from class Object
Method Detail
getAppeasementNumber
getAppeasementNumber() : String
Returns the number of the Appeasement to which this item belongs.
Returns:
the number of the Appeasement to which this item belongs

getParentItem
getParentItem() : AppeasementItem
Returns null or the parent item.
Returns:
null or the parent item.

setParentItem
setParentItem(parentItem : AppeasementItem) : void
Set a parent item. The parent item must belong to the same Appeasement. An infinite parent-child loop is disallowed as is a parent-child depth greater than 10. Setting a parent item indicates a dependency of the child item on the parent item, and can be used to form a parallel structure to that accessed using ProductLineItem.getParent().
Parameters:
parentItem - The parent item, null is allowed

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.