# Offer In-Store Pickup for Rental Items

Want to give your local customers the convenience of picking up their rented or try-on items directly from your store? Here's how to set up in-store pickup:

### 1. Add Your Store Locations:

* Go to your Shopify Admin and navigate to **Settings > Locations**.

<figure><img src="/files/31LNZ5jn03XgQg93CMMt" alt="Add pickup location for rental products on Shopify"><figcaption></figcaption></figure>

* **Add each of your store locations**, including its name and full address.&#x20;

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

### 2. Enable In-Store Pickup for Each Location:

* For each location you've added, ensure the "**Pickup in store**" fulfillment method is turned **ON**.

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

### 3. Set Quantities for Store Locations (Crucial Step!):

* Go to **Shopify Admin > Products**, then select the specific product you want to offer for in-store pickup.
* In its **Quantity settings**, set the available quantities for each of your store locations.

If your product has variants:

* Select all variants, then click "**Bulk edit**"
* Find the "**Quantities**" column for your added location, enable "**Stock at this location**," and set the available quantity.

<figure><img src="/files/TtQFaBvXW3610hPySCkA" alt="" width="356"><figcaption></figcaption></figure>

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

If your product has no variants:

* Click "**Edit locations**" on the product details page.
* Select the pickup location where you want to stock rental items and **set the available quantity** for that location.

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

{% hint style="warning" %}
**Important**: You also need to add pickup locations for the special '**Rental deposit & information**' and '**Try-on product information**' products (these are created automatically by our app). Simply ensure their inventory is **not tracked (uncheck "Track quantity")** for these special products
{% endhint %}

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

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

### 4. Test It Out!

* Visit your online store and place a test rental order for the product you just configured.
* When you reach the Checkout page, you'll now see "**Shipping**" and "**Pick up in store**" options available, allowing your customers to choose their preferred method.

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


---

# 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://flexconversion-product-rental.gitbook.io/user-guide/use-cases/offer-in-store-pickup-for-rental-items.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.
