> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/add-on-features/create-an-extra-fee.md).

# Extra Fee

Extra Fee lets you charge customers for the extra work behind a special order — for example, a product that needs specific ingredients or extra prep time. The app adds the fee automatically and shows customers a notice in the cart.

## Steps to manage

{% stepper %}
{% step %}

### Open Extra fee

Open the app, go to **Add-on Features**, then click **Extra fee > Setup extra fee**.

<figure><img src="/files/aN37IWVEv9m4kR7OQcua" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Start a new rule

Click **Add new extra fee**.
{% endstep %}

{% step %}

### Name the rule

Give the rule a title and set its status to active or draft. In **Rule summary**, set the fee name that shows at checkout.

<figure><img src="/files/8zkPj1JfDYXZ92129aw7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose which customers it applies to

In **Customer eligibility**, choose:

* **All customers** — everyone.
* **Logged-in customers** — only customers logged in to your store.
* **Specific customers** — one or a few chosen customer accounts.
* **Customer tags** — only logged-in customers with the tag you specify.

You can also **exclude** specific customers.

<figure><img src="/files/jdeCpZWzt2fbAQeTA2Yg" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose a market

In **Market eligibility**, choose **Specific markets** and tick the ones you want, or choose **All markets**.

{% hint style="info" %}
The app pulls market data directly from **Shopify Markets**. Any market you've created in Shopify will automatically be available here. If a market is missing, make sure it's been created and configured in your Shopify Markets settings first.
{% endhint %}

<figure><img src="/files/GVbRmO6YdYv4C91m8icD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose which products it applies to

In **Product eligibility**, choose **All products**, **Specific products**, **Specific collections**, or **Product tag** — and optionally **exclude** specific products.

<figure><img src="/files/Nr7bU3bCNZ4LloOGpCWK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure the fee

Choose the extra fee type:

* **All qualifying items** — the fee applies once the combined quantity or value of all eligible products meets your condition.
* **Per item** — the fee applies whenever any individual product's quantity or value meets your condition.

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

Then choose the scope — quantity, amount, or weight — and set the range (from … to …).

<figure><img src="/files/R11vDHd7bwzeMN6AywW5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save

Click **Save**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Important:** make sure the app embed is activated in your theme, or this data won't show on your storefront. See [Activate/Deactivate app in the theme](/samita-wholesale-b2b/mandatory-steps/activate-deactivate-app-in-the-theme.md).
{% endhint %}

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/samita-wholesale-b2b/add-on-features/create-an-extra-fee.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
