> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/plugins/fulfillment-houses/store-pickup.md).

# Store Pickup

In CRM go to Fulfillment → Fulfillment Houses. Activate the **Store Pickup** tile.

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

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

**Title** - Name of the store

**storeEmail** - Email of the store location. This email address will be BCC’d on all order confirmation and RMA emails sent to the consumer.

**Address** - Physical address for the store

Once the store pickup location is created, it will show the Fulfillment House Id.

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

### Using Store Pickup Locations <a href="#storepickup-usingstorepickuplocations" id="storepickup-usingstorepickuplocations"></a>

Once a store pickup location has been created, base products must be enabled for store pickup.

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

{% hint style="info" %}
Products cannot be enabled for store pickup until a store pickup location is added
{% endhint %}

{% hint style="info" %}
Recurring products are not available for store pickup
{% endhint %}

Once a store pickup location is created *and* a base product is enabled for store pickup, then it is possible to fulfill orders with at that location. This is done by passing **storePickupId** in the Order Import API. The value is the Fulfillment House Id found when editing the store pickup location.

When a combination of store pickup and non-store pickup products are passed in on an order, two separate fulfillments are created - one for the store pickup items and one for the non-store pickup items.

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

{% hint style="info" %}
**Note: Shipping and shipping tax will not be charged for store pickup fulfillments.**
{% endhint %}

### Managing Inventory at Store Pickup Locations <a href="#storepickup-managinginventoryatstorepickuplocations" id="storepickup-managinginventoryatstorepickuplocations"></a>

Inventory for store pickup locations can be managed by navigating on the sidebar to Fulfillment > Inventory Report. Stock quantities at store pickup locations can be added for any base products that allow store pickup.

When orders are created, the stock quantity of that SKU at that store pickup location is lowered by the amount ordered. The RMA process reverses this, and adds the quantity returned back to the inventory of the store.


---

# 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://help.checkoutchamp.com/crm/plugins/fulfillment-houses/store-pickup.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.
