Commerce Foundation ShippingMethod
This Commerce Server 2009 commerce entity represents one of the supported methods of shipment.
Model
This commerce entity can be modified, as required. This model, taken from the out-of-the-box site, is provided as an example.
<CommerceEntity name="ShippingMethod">
<Properties>
<Property name="Id" dataType="String">
<DisplayName value="Id"/>
<Description value="Unique ID of the shipping method." />
</Property>
<Property name="DisplayName" dataType="String">
<DisplayName value="Display Name"/>
<Description value="The shipping method display name." />
</Property>
<Property name="Description" dataType="String">
<DisplayName value="Description"/>
<Description value="The shipping method description." />
</Property>
</Properties>
</CommerceEntity>
Properties
Property |
Type |
Description |
---|---|---|
Description |
String |
Optional detailed description of the shipping method. |
DisplayName |
String |
Display name of the shipping method. |
Properties |
PropertyCollection |
Dictionary that holds all of the simple properties, such as strings or integers, associated with the commerce entity. |
Id |
String |
Unique identifier of the commerce entity. |
DateCreated |
DateTime |
Gets or sets the date the commerce entity was created. |
DateModified |
DateTime |
Gets or sets the date the commerce entity was modified. |
ModifiedBy |
String |
Gets or sets the modified by user. |
Relationships
None.
Supported Operations
The Shipping Method commerce entity supports the following operations:
Commerce Foundation Basket CommerceQuery
Commerce Foundation ShippingMethod CommerceQuery