public enum Shippable : System.Enum
public enum Shippable : System.Enum
| Member | Description |
|---|---|
| CalculateAndShipSeparately | The product is only shippable separately (shipping cost calculattion will be done separately as well). |
| CalculateSeparately | The product shipping cost will be calculated separately |
| No | The product is not shippable |
| Yes | The product is shippable (separately or with other products) |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Shipping.Shippable