Salesforce B2C Commerce 23.6 > B2C Commerce API > B2C Commerce Script > dw.order
dw.order
Class AbstractItemCtnr
Object
dw.object.Extensible
dw.order.AbstractItemCtnr
Basis for item-based objects stemming from a single Order, with these common properties (Invoice is used as an example):
Properties
createdBy  :  String  (Read Only)
Created by this user.
creationDate  :  Date  (Read Only)
The time of creation.
grandTotal  :  SumItem  (Read Only)
The sum-item representing the grandtotal for all items.
items  :  FilteringCollection  (Read Only)
The unsorted collection of items
lastModified  :  Date  (Read Only)
The last modification time.
modifiedBy  :  String  (Read Only)
Last modified by this user.
order  :  Order  (Read Only)
The Order this object was created for.
productSubtotal  :  SumItem  (Read Only)
The sum-item representing the subtotal for product items.
serviceSubtotal  :  SumItem  (Read Only)
The sum-item representing the subtotal for service items such as shipping.
Constructor Summary
This class does not have a constructor, so you cannot create it directly. To get an instance of this class, use one of the subclass constructors.
Method Summary
getCreatedBy() : String
Created by this user.
getCreationDate() : Date
The time of creation.
getGrandTotal() : SumItem
Returns the sum-item representing the grandtotal for all items.
getItems() : FilteringCollection
Returns the unsorted collection of items
getLastModified() : Date
The last modification time.
getModifiedBy() : String
Last modified by this user.
getOrder() : Order
Returns the Order this object was created for.
getProductSubtotal() : SumItem
Returns the sum-item representing the subtotal for product items.
getServiceSubtotal() : SumItem
Returns the sum-item representing the subtotal for service items such as shipping.
Methods inherited from class Extensible
Methods inherited from class Object
Method Detail
getCreatedBy
getCreatedBy() : String
Created by this user.
Returns:
Created by this user

getCreationDate
getCreationDate() : Date
The time of creation.
Returns:
time of creation.

getGrandTotal
getGrandTotal() : SumItem
Returns the sum-item representing the grandtotal for all items.
Returns:
sum-item for all items

getItems
getItems() : FilteringCollection
Returns the unsorted collection of items
Returns:
the unsorted collection of items

getLastModified
getLastModified() : Date
The last modification time.
Returns:
last modification time..

getModifiedBy
getModifiedBy() : String
Last modified by this user.
Returns:
Last modified by this user

getOrder
getOrder() : Order
Returns the Order this object was created for.
Returns:
the Order this object was created for.

getProductSubtotal
getProductSubtotal() : SumItem
Returns the sum-item representing the subtotal for product items.
Returns:
sum-item for product items

getServiceSubtotal
getServiceSubtotal() : SumItem
Returns the sum-item representing the subtotal for service items such as shipping.
Returns:
sum-item for service items such as shipping

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.