Landed costs
Understand how landed cost work and how to apply them to orders.
Landed cost represents the total amount your customer must pay to purchase a physical product from one country and have it shipped to an address in another country. It includes international shipping, taxes, and relevant taxes and duties.
A cross-border transaction often incurs additional duties that are not displayed to the customer at the time of checkout. The customer, however, is still responsible for paying these hidden costs when the order arrives at its destination.
You can use the Digital River landed cost feature to present customers with the full cost of international orders, thereby minimizing customs delays and unanticipated expenses at delivery.
Once configured, the feature is automatically triggered on applicable orders. For these orders, cross-border specific costs are calculated and built into the order total.
Landed cost is represented by several attributes at both the cart or order level and the line-item level. These allow you to determine the total duty paid on the order as well as who remits the various taxes.
Digital River only supports landed cost mixed cart and landed cost pretty pricing for the API solution. Digital River does not support landed cost mixed cart and landed cost with pretty pricing integrating for the Global Commerce-hosted flow. If you want to use this feature, contact your Customer Success Manager.
Shipments from one EU member state to another EU member state are not considered cross-border as EU regulations permit transportation between member states without the need for customs control and payment of duties.
Once correctly configured, the Digital River landed cost feature automatically calculates and collects the total landed cost of every applicable order.
The landed cost feature is available to anyone who integrates with the Commerce API. This is true whether you orchestrate your fulfillment or delegate the responsibility to Digital River.
- 1.Verify your fulfiller ships packages outside their country (not all fulfillers provide this service).
- 2.Verify your shipper is willing and able to prepay the landed cost on behalf of the customer and then send the invoice to you.
- 3.Sign an addendum in your Digital River contract to enable landed cost.
- 4.For each product in your catalog eligible for cross-border shipping, specify the correct Harmonized System code when creating or updating the product. An incorrect Harmonized System code may result in an inaccurate landed cost calculation.
- 5.Define the cross-border patterns (ship-to or ship-from countries) where you want to enable the landed cost feature. Digital River must support these ship-to countries and cannot include embargoed nations.
- 6.Provide samples of completed customs forms to Digital River's Compliance department for approval.
- 7.Provide your account manager with a list of the ship from and ship to countries for which you want to enable the collection of landed costs. Before you use the Landed Cost resource, Digital River must enable landed costs. The Landed Cost Shipment Method won't appear in Global Commerce if the landed cost is not enabled.
You need the Account Manager role in Global Commerce to perform this task.
To enable landed costs for your site from Global Commerce:
- 1.
- 2.If your company has more than one site, select the site from the Sites field. Global Commerce automatically populates the Site field if your company has only one site.
- 3.Select Administration, select Site, and click Configure Site Settings.
- 4.Click the Fulfillment tab and scroll down to Landed Cost Shipment Methods.
- 5.Select Enabled and then click Save.
You need the Pricing Manager role to perform this task.
You must set the price list to tax exclusive to use the landed costs feature. When you set the price list to tax-exclusive, the
shippingAndHandling
value is also tax exclusive.- 1.Select Catalog, Pricing & Plans, and click Manage Price Lists. The Price Lists page appears.
- 2.Complete the search fields under the Search and Filters tab and click Searchto locate the specific price list. The results appear under Price Lists.
- 3.Click the link for the price list under the Name column. The Price List Details page appears.
- 4.Scroll down to Currencies and click Edit. The Edit Price List Currency page appears.
- 5.Select the currency you want to modify from the Currency drop-down list.
- 6.Select No from the Prices Include value Added Tax (VAT) drop-down list. When you select No, the price does not include VAT (tax exclusive).
- 7.Click Save.
When creating a product for landed costs in Global Commerce, from the Product Settings step, you must:
- 1.
- 2.Select the appropriate product classification from the list.
- 3.
- 4.
- 5.
- 6.
Once you have successfully configured the feature, landed cost is calculated on orders where the physical products are shipped across international borders to an approved country. The exception is the European Union, where shipments between countries are exempt from duties.
More precisely, landed cost is automatically calculated when you submit a
POST/carts
request, and all of the following conditions exist:- The order contains physical and digital products as long as it follows the guidelines for mixed cart scenarios.
- The ship-from country and the ship-to country are different.
- The ship-from country and the ship-to country are both non-EU nations.
- The ship-to country is on our approved list.
- Product and shipping choice prices are provided in the request, and these values include any applied discounts.
The landed cost feature does not support mixed cart orders. If some items in the order are eligible for landed cost calculation, but others are not, your integration must calculate landed costs on applicable orders and submit multiple orders.
Digital River makes an API call to a third-party service to calculate landed costs on applicable orders. For each call to the service, we assess a fee. This fee is in addition to the other license or transaction fees that you may incur.
In the response, we provide an itemized breakdown of the duties and taxes comprising the landed cost and build these individual costs into the order total. Since your customers ultimately pay the full landed cost, we recommend you display this cost breakdown to them on your storefront.
Once the cart is submitted, your fulfiller relays it to your shipper, who completes the customs paperwork, ships the package to the destination country, and pays the duties and import taxes on the customer's behalf. The shipper then invoices you the shipping costs.
A landed cost calculation may fail for several reasons. For example, a customer may attempt to ship a product to an embargoed country, or you might have improperly formatted the Harmonized System codes associated with the product. The third-party landed cost calculation service may be unavailable in certain situations.
For orders with landed costs, if you need to reverse the charges, we support full refunds of the importer tax. If you want to offer partial refunds, contact your account representative.
The following tables list the landed cost parameters. Note that you are responsible for remitting the duty and the importer of record tax on behalf of the customer.
Attributes | Type | Description |
---|---|---|
landedCostState | | |
importTaxAndDuty | object | The sum of import taxes and duties for all line items. |
formattedImportTaxAndDuty | | The sum of import taxes and duties in locale currency format (for example, USD 19.14). |
shippingAndHandling | object | The shipping and handling fee is tax exclusive and applied against the product and the shipping cost. |
Attributes | Definition | Description |
---|---|---|
importTax | Object | VAT or other sales tax accessed on the transaction. |
formattedImportTax | | The VAT or other sales tax accessed on the transaction in locale currency format (for example, USD 7.56) |
importDuty | Object | When a customer purchases products online, one or more of the products may not originate in the country the customer resides in, and therefore are subject to a customs duty when transported across international borders. When goods are not shipped domestically (within the customer’s country) or within a single customs union, such as the European Union, the customer is liable to pay any inbound duties which the customer’s local customs authority deems appropriate. |
formattedImportDuty | | The sum of duties in a locale currency format (for example, USD 5.29). |
A cart or an order has a
landedCostState
attribute that provides information about the status of landed cost. The customer must prepay the landed cost.
Digital River automatically calculates the landed cost and includes it in the Cart or Order when the landed cost is
PREPAID
.The
landedCostState
of the cart is enumerated by the following values:NOT_ELIGIBLE
–The current cart is not eligible for landed cost calculation.PREPAID
–The current cart is eligible for landed cost calculation, and the landed cost will be prepaid.VIEWED_NOT_ELIGIBLE
–The landed cost state wasELIGIBLE
orPREPAID
, then became not eligible due to a change in the order that triggered the status to change toVIEWED_NOT_ELIGIBLE
. For example, the customer changed their shipping address, added a line item, or removed a line item.ERROR
–Failed to calculate landed cost. This occurs when the integration service is unavailable.
The
landedCostState
of the order is enumerated by the following values:NOT_ELIGIBLE
–The landed cost for the requisition is not prepaid.PREPAID
–The landed cost for the requisition was prepaid.VIEWED_NOT_ELIGIBLE
–The landed cost for the requisition is not prepaid.ERROR
–The landed cost for the requisition is not prepaid.
Last modified 7d ago