# How to Set Shipping Protection Pricing

**Overview**

Protectify allows merchants to set up their own Shipping Protection fee logic.

You can charge a **fixed amount** or a **percentage of the cart value**, depending on your store’s needs.

All configurations are managed in the **Protection Widget** under the **Protection Fee Settings** section.

***

#### 1. Fixed Fee Setup

By default, the fee type is set to **fixed**.

If you apply one flat fee to all orders, the protection cost remains the same regardless of the cart total.

You can also define **tiered fees** for different cart value ranges:

1. Under Fee Rule, select Apply for different cart values.
2. Add custom tiers and specify the fixed amount for each range.

Example:

* Cart value $0–$100 → Shipping Protection = $3
* Cart value $101–$1000 → Shipping Protection = $10
* If no rule matches, a default fee of $10 applies.
* If multiple rules match, the higher fee will be used.

<figure><img src="/files/4REp5JJDaxVk5Slovh7V" alt=""><figcaption></figcaption></figure>

***

#### 2. Percentage-Based Fee Setup

To calculate the Shipping Protection cost as a percentage of the cart total:

1. Change **Fee Type** to **Percentage**.
2. Enter the desired percentage rate.<br>

You can apply one global percentage or create different tiers:

* Cart value $1–$100 → 10% of cart total
* Cart value $101–$1000 → 20% of cart total
* If no tier matches, a default 15% will be used.
* If multiple tiers overlap, the highest fee applies.

<figure><img src="/files/NRdinxT806Vrkfe0c5Ms" alt=""><figcaption></figcaption></figure>

***

#### 3. How Protectify Syncs With Shopify Product Variants

When the Protectify app is activated, it automatically creates a **Shipping Protection product** in your Shopify store.

This product contains 100 pre-generated SKUs, which Shopify requires for dynamic fee display:

* The first SKU represents the **fixed fee** (default $1.00). You can modify it as needed.
* The remaining 99 SKUs are used for percentage-based fees, ranging from $2.01 to about $100.99, increasing in $1.01 increments.<br>

<figure><img src="/files/yO5UdaylsimLg9uz0DgO" alt=""><figcaption></figcaption></figure>

Because Shopify limits each product to 100 variants, the fee displayed to customers may slightly differ from your configured value.

The system automatically matches to the **closest SKU price.**

Examples:

* If you set a fixed fee of $5.00, the closest SKU might be $5.04, so customers will see $5.04.
* If a percentage calculation results in $6.03, the nearest SKU price might be $6.05, which will be displayed.

***

#### 4. Troubleshooting

If the displayed fee doesn’t match your expectations or you need advanced customization,

please reach out to our support team at **<support@protectifyapp.com>.**

Our technical specialists will assist you in adjusting the setup for your store’s needs.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://protectify.gitbook.io/protectify-docs/how-to-set-shipping-protection-pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
