Wix Package Insurance: No Built-in Option—But How to Automate Coverage

Louise
July 23, 2026
9
minutes of reading
Claisy Ad Valorem Atlas - Wix

A merchant searching for “Wix package insurance” usually starts with an implicit assumption: that the platform offers coverage, just as Shopify does with its built-in insurance. That is not the case. Wix does not offer any native package insurance, and this absence is not an oversight in the documentation—it is a structural issue.

This observation has a direct consequence. On a Wix store, the value of goods in transit is covered by nothing other than the Carrier liability, which is based on weight rather than value. This guide explains what Wix actually covers, what this lack of coverage means for a European merchant, what options are available, and how to automate coverage on the platform.

What Wix Actually Offers in Terms of Shipping

Wix offers a native shipping solution, Wix Shipping, launched in partnership with Shippo. It allows you to purchase and print shipping labels, manage returns, and compare carrier rates right from the dashboard.

This scope pertains to logistics, not insurance. Wix Shipping does not include any coverage for the value of the goods. The available protection options are provided either by the carriers themselves or by third-party apps installed from the Wix App Market.

It’s important to understand this difference in business models, because it explains why there’s no single answer to the question “What is Wix’s package insurance?”: Unlike other platforms that include coverage by default, Wix has opted for an open ecosystem where insurance is provided by a third-party service, at the merchant’s discretion.

A market that's bigger than it seems

It’s worth noting the order of magnitude, with a methodological caveat. Market trackers do not agree: depending on the counting method, estimates range from around 980,000 active Wix stores on one hand to more than four million sites using Wix Stores on the other. These discrepancies stem from the criteria used (active store, detected technology, published site), and none of these figures is incorrect in and of itself.

What is more consistent is the geographic distribution. After the United States, Wix’s main markets are in Europe: the United Kingdom, Germany, France, Switzerland, Italy, the Netherlands, Belgium, Austria, and Spain. In other words, a significant portion of the merchants in question ship under European liability regimes, the Limits of which Limits detailed below.

What the Lack of Native Insurance Means in Practice

The risk of transit lies with the merchant

In distance sales to consumers in the European Union, the risk of loss or damage to goods during transit rests with the seller until the goods are actually delivered to the consumer. A package lost between the warehouse and the customer is therefore not a problem that the customer has to bear: it is the merchant who must issue a refund or reship the item, and then seek reimbursement from the Carrier.

It is this asymmetry that makes the issue of coverage so critical. Without parcel insurance, every shipment represents a net exposure on the merchant’s balance sheet.

Carrier 's liability Carrier on weight

In the absence of specific coverage, the only recourse is the Carrier liability. This liability is presumed, which provides protection, but it is capped based on weight, regardless of the value of the goods.

🚛 Statutory Limits by mode of transportation

Mode of transportation Applicable Rules Refund Limit
🌍 International Truck Driver CMR Convention, Art. 23 8.33 SDR/kg (approx. 10 €/kg)
✈️ International Air Travel Montreal Convention 26 DTS/kg (approx. 31 to 33 €/kg)
🚢 Maritime The Hague-Visby Rules 666.67 SDR per parcel or 2 SDR per kg
🚂 International Rail CIM (COTIF) Rules 17 DTS/kg (approx. 21 €/kg)
🇫🇷 National Highway (FR) General Standard Contract < 3 t : 33 €/kg (max 1 000 €/colis)

The SDR (Special Drawing Right) is a unit of account used by the International Monetary Fund, and its value fluctuates. Only amounts in SDRs are considered official; euro equivalents are for reference only. National regulations vary from one European country to another: the French standard contract is provided for illustrative purposes only, and each merchant must verify the applicable regulations in their country of shipment as well as their Carrier terms and conditions.

The result is inevitable. For a package with a high value-to-weight ratio, the capped indemnity covers only a fraction of the loss. A piece of jewelry weighing a few dozen grams, an electronic component, or a designer item: in all these cases, the Carrier liability Carrier a considerable gap. We explain this mechanism in detail in our guide to cargo insurance.

Grounds for Exemption

Furthermore, the Carrier liability Carrier automatic. The carrier may be relieved of liability if it can establish fault on the part of the consignee, an inherent defect in the goods, circumstances that it could not have avoided, or missing or defective packaging. In practice, this last ground is the most common basis for refusing compensation under the contract.

The options actually available to a Wix merchant

There are three options, each with its own rationale and limitations. None is universally superior; the choice depends on the value of the shipments.

Declaration of Value with the Carrier. It increases the Limit in exchange for an additional fee. It’s simple, available from all carriers, and sufficient for routine shipments. Its limitation stems from its nature: it remains within the Carrier liability framework and is therefore subject to the same grounds for exemption, the same category exclusions, and the same claim deadlines. It raises the Limit; it does not guarantee compensation. Valuable items (watches, jewelry, art) are, in fact, frequently excluded or subject to very low coverage limits in the carriers’ terms and conditions.

An app from the Wix App Market. Several shipping protection apps are available on the Wix App Market. Installation is simple and integrated into the platform. There are two points worth checking before committing. First, many of these solutions are based on a North American model where shipping protection is offered as a paid option to the end customer at checkout—an approach that conflicts with European distance selling law, under which the seller bears the transit risk. Second, you should verify who bears the risk, what the Limit package is, and which categories are excluded—factors that vary significantly from one application to another.

Property insurance purchased from a third party. This is a property insurance policy that is independent of Carrier it compensates for property damage based on the insured value, without requiring a determination Carrier liability. It therefore covers situations in which the carrier is exempt from liability and applies regardless of which Carrier . The trade-off is that it requires a separate policy, which means an additional step that needs to be automated. This is the principle ofad valorem insurance, the details of which we explain in a dedicated guide.

The deciding factor is the same in all three cases: compare the capped compensation you would receive (weight in kilograms multiplied by the Limit ) to the actual value of your shipments. As long as the two amounts are close, the standard plan is sufficient, and there’s nothing more to consider. As soon as the gap widens, the issue becomes a serious concern.

Automating Coverage on Wix: Backend Event Integration

This is where the innovation lies, and it deserves a detailed explanation precisely because it differs from the traditional implementation model.

Claisy is not available on the Wix App Market. Integration is handled through a Velo backend event—the development layer built into Wix. Specifically, an event handler is added to your site: when an order changes to "Shipped" status and a tracking number is recorded, the event is automatically triggered and sends the order information, which activates coverage without any manual intervention.

The decision to use this event, rather than a trigger based on the order, is not insignificant. At the time the order is placed, neither the Carrier the tracking number is known. By linking to the shipping update, the integration has the information needed to track the package from the very first call.

What that really means, honestly

This method requires no programming skills: all you have to do is copy a provided code snippet and paste it in the right place. But it’s not a one-click installation, and it would be misleading to present it that way. Three conditions must be met:

  • Your site must have an active Wix Stores shop, which requires a suitable paid plan;
  • Developer mode must be enabled on the site;
  • The site must be published; the code never runs in Preview mode.

Allow about ten minutes for the initial setup. On the other hand, the integration is invisible to your customers, has no impact on the checkout process, and requires no further maintenance.

Universal Shipping Coverage for All Carriers

Claisy Works With All Carriers

Unlike marketplace modules, which are sometimes limited to certain carriers, Claisy automatically covers all your shipments regardless of the Carrier :

⚙️ Integration Guide: Connect Claisy to Wix

Follow these steps to set up automated Ad Valorem insurance for your Wix store through Velo.

🔑 Step 1. Generate your API key

From your Claisy account, in the “API Key” section, click “Generate,” or retrieve your existing key. This key is essential for securing the transmission of your data.

🛠️ Step 2. Enable developer mode

In the classic Wix editor, open the menu "Dev Mode" at the top of the screen, then click "Enable." In Wix Studio, click the Code icon { } in the sidebar.

📁 Step 3. Open the events.js file

In the code panel, under the "Backend" section, open the file events.js. If it doesn't exist, create it. Add the function after the existing content without overwriting your other scripts.

📋 Step 4. Paste the embed code

Copy and paste the following script into your file. Replace YOUR_API_KEY using the key generated in step 1:
import { fetch } from 'wix-fetch';
import { orders } from 'wix-ecom-backend';
import { elevate } from 'wix-auth';

export async function wixEcom_onFulfillmentsUpdated(event) {
  const getOrder = elevate(orders.getOrder);
  const order = await getOrder(event.entity.orderId);
  
  await fetch('https://api.claisy.com/functions/v1/wix-webhook', {
    method: 'post',
    headers: {
      'Content-Type': 'application/json',
      'api-key': 'VOTRE_CLE_API',
    },
    body: JSON.stringify({ event, order }),
  });
}

🚀 Step 5. Publish the site

Click "Publish." The synchronization script runs only on the live version of your Wix site.

✅ Step 6. Test the integration

Place an actual order and add a tracking number. The package should appear immediately in your Claisy dashboard. This test is the only reliable way to verify that everything works properly.

Technical Considerations

Keep your API key confidential. It identifies your account. The backend files of a Wix site are not accessible to visitors, but the key can be read by anyone with access to your site’s editor. Treat it like a password, and change it if it has been shared.

The events.js file is shared. Other extensions or custom code may have added event handlers to it. Overwriting it may break existing features on your site.

Preview mode doesn't trigger anything. This is the most common cause of a failed test: the code runs only on the published version.

Insurance must be arranged before the goods are handed over to Carrier. Regardless of the solution chosen, goods that have already been entrusted to Carrier be covered retroactively: the risk has already begun. This is why automation at the time of shipment is preferable to a manual declaration made after the fact, which is often overlooked.

Wix Package Insurance: Secure Shipping with Claisy

Stop wasting time and money on complicated offers. Find out how Claisy integrates with your Wix store to make it simpler and more profitable.

👋
Collaborative Tool

Declare your parcels manually or import a simple CSV file.

🔌
Free Connectors

Integrate Claisy into your Wix store in just 3 clicks for 100% automated insurance.

⚙️
API & EDI

For customized needs and deep integrations with your WMS or ERP.

❓ Frequently Asked Questions: Package Insurance for Wix

💻 Does Wix offer built-in shipping insurance?
No. Wix offers a built-in shipping solution, Wix Shipping (via Shippo), but it does not include any coverage for the value of the goods. Coverage is provided either by Carrier often with a cap), a third-party app, or a specialized independent insurance provider such as Claisy.
⚖️ Who bears the risk if a package is lost through a Wix store?
In distance sales (B2C) within the European Union, the risk of loss or damage rests with the seller until the goods are physically delivered to the consumer. The merchant has a legal obligation to issue a refund or reship the goods, and must then seek recourse against the Carrier attempt to recover the value.
🧮 How much compensation does a Carrier pay Carrier there is no insurance?
Compensation is calculated based on weight: approximately €10 per kilogram for international ground shipping (CMR) and 26 SDRs (approximately €32) for air shipping as of the end of 2024. Without Ad Valorem insurance, you will suffer a near-total financial loss on lightweight, high-value items (jewelry, electronics, cosmetics).
🔌 Do you have to be on the Wix App Market to integrate insurance?
No. Integration can be done through a Velo backend event, Wix's development layer. This method does not require any third-party applications and works on any Wix Store that has been published.
🛠️ Does the integration require a developer?
No, but it does require careful attention. You'll need to enable developer mode, copy and paste a code snippet into the backend file, and publish. You don't have to write a single line of code yourself. Expect it to take about ten minutes to complete the initial setup.
⚡ Does integration slow down the checkout process?
No. The process runs on the server side (backend) once the order has been confirmed, at the time you enter the tracking number. It does not occur at any point during the checkout process or when the customer makes a payment.
🚚 Can we keep our current carriers?
Yes, Claisy is completely independent of the shipping contract. The warranty covers the merchandise and applies regardless of the Carrier (UPS, DHL, FedEx, Colissimo, etc.), provided that a tracking number is generated.
🚫 Can I insure a parcel that has already been shipped?
No. Coverage must be activated before the package is handed over to Carrier. Once the package has been picked up, the risk can no longer be covered retroactively.
🔁 Should you combine Carrier insurance Carrier third-party insurance?
This is strongly discouraged. The principle of compensation prohibits receiving two reimbursements for the same loss. You would end up paying two premiums unnecessarily. It is best to deactivate the Carrier option Carrier transfer 100% of the risk to Claisy for unified management.
⚠️ Does developer mode pose a risk to my website?
Enabling developer mode alone will not change your design or your data. The precaution is simply to avoid deleting existing scripts in your backend files. It is recommended that you test the integration on a test order after going live.

Sources