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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.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
Address where delivery is shipped to.
Public propertyItems
Items shipped in this delivery. Only products and accessory product options are present.
Public propertyShippingDate
The date of shipping (package departure from store).
Public propertyShippingOption
Shipping option used to deliver this delivery.
Public propertyWeight
Weight of whole package.
Top
See Also