> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/manage-customers/customers-shipping.md).

# Ship items to customers

If you ship items to customers, you can configure RMH to change the item tax in POS to the item tax that applies at the shipping destination (known as the **local item tax**), instead of using the default item tax that is used for in-store purchases.

## Configure RMH to use the local item tax

1. In **Store Manager**, click **File** | **Configuration**.
2. Click the **Sales Tax** tab.
3. Enable the option **If shipping to the customer, select the value (e.g., Ship to state\city\country\ZIP) to use to determine the local tax at the destination (on a per customer basis)**.
4. Select the value from the customer's shipping address that will be used to determine the local item tax, e.g., city.

<div align="left"><img src="/files/KPlYc3mylPs4eize09vV" alt=""></div>

5. Click **Save And Close**.

## Add at least one shipping address for the customer

The customer's shipping address - not their billing address - is used to determine the local item tax. For this reason, you must add at least one shipping address for the customer. Refer to [**Add a shipping address**](/readme-1/work-with-customers/shipping-adding-address.md) for more information.

## Select the customer's shipping address in POS

When you enter the transaction in POS, you must select the customer's shipping address to change the default item tax to the local item tax. Refer to [**Select a shipping (or delivery) address**](/readme-1/work-with-customers/shipping-selecting-address.md) for more information.

<div align="left"><img src="/files/pUm2qMbjdvpLqokgLgHs" alt=""></div>

{% hint style="warning" %}
If the POS user forgets to select the customer's shipping address before they tender the sale, POS defaults to using the default item tax assigned to the items included in the transaction. The default item tax is usually the item tax that applies to purchases made in-store in the jurisdiction where the store operates.
{% endhint %}


---

# 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.rmhpos.com/store-manager/manage-customers/customers-shipping.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.
