ShippingMethodConstants Interface
- public interface ShippingMethodConstants
This ShippingMethodConstants interface defines the constants for the ShippingMethodValue class.
Related Topics
ShippingMethodValue
public static final String |
-
FLATRATE
- A single flat rate price is returned as specified in the price field.
|
public static final String |
-
PERCENTAGE
- The total cost of the order is multiplied by the percenate specified to determine the cost.
|
public static final String |
-
PERITEM
- The count of items in the order is multiplied by the price field to determine the shipping cost.
|
public static final String |
-
POLICY
- Uses the Shipping Cost Calculation Policy to determine the total cost.
|
FLATRATE
public static final String
FLATRATE
- A single flat rate price is returned as specified in the price field.
PERCENTAGE
public static final String
PERCENTAGE
- The total cost of the order is multiplied by the percenate specified to determine the cost.
PERITEM
public static final String
PERITEM
- The count of items in the order is multiplied by the price field to determine the shipping cost.
POLICY
public static final String
POLICY
- Uses the Shipping Cost Calculation Policy to determine the total cost.