Click or drag to resize
Delivery Class
Class representing a delivery (a set of items shipped together using a shipping option).
Inheritance Hierarchy
SystemObject
  CMS.EcommerceDelivery

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public sealed class Delivery

The Delivery type exposes the following members.

Constructors
  NameDescription
Public methodDelivery
Top
Properties
  NameDescription
Public propertyCustomData
Custom data.
Public propertyDeliveryAddress
The address to which the delivery is shipped.
Public propertyItems
The items shipped in the delivery. Only products and product options of the product type are present.
Public propertyShippingDate
The shipping date (when the package leaves the store).
Public propertyShippingOption
The shipping option used for the delivery.
Public propertyWeight
Weight of the whole package.
Top
Remarks
Use DefaultDeliveryBuilder or derived class to create instances of this type.
See Also