Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Shipping Service Level

Shipping Service Level

A shipping service level is the delivery service available to a Shipping Region.

Sample XML: Shipping Service Level


<shipping_service_levels>
<shipping_service_level guid="service_level127672548310427">
    <shipping_region>USA</shipping_region>
    <shipping_cost_calculation_method type="fixedPriceMethod">
        <displayText>FixedPriceMethod_method_text</displayText>
        <shipping_cost_calculation_params>
            <shipping_cost_calculation_param>
                <param_key>CalculationParameter_FixedPrice</param_key>
                <value>25.0</value>
                <display_text>25.0</display_text>
                <currency>USD</currency>
            </shipping_cost_calculation_param>
        </shipping_cost_calculation_params>
    </shipping_cost_calculation_method>
    <storecode>SLRWORLD</storecode>
    <carrier>USPS</carrier>
    <localized_names>
        <value language="en">USPS Global Airmail Parcel Post</value>
    </localized_names>
    <code>SLRWORLD_USPSGlobalAirmailParcelPost</code>
    <active>true</active>
</shipping_service_level>
...
</shipping_service_levels>