# In-Store Delivery

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

With the in-store delivery method, the customer can select a source to be used as a pickup location during checkout. To configure this method, go to **admin > Stores > Settings > Configuration > Sales > Delivery Methods > In-Store Delivery.**

ScandiPWA supports the In-Store delivery method and respects the most popular back-end settings:

| **FIELD**               | STATUS        | DESCRIPTION                                                                                   |
| ----------------------- | ------------- | --------------------------------------------------------------------------------------------- |
| Enabled                 | **SUPPORTED** | Determines whether the shipping method is available on the storefront.                        |
| Title                   | **SUPPORTED** | The title identifies the shipping method during checkout.                                     |
| Method Name             | **SUPPORTED** | Describes this shipping method on the storefront.                                             |
| Price                   | **SUPPORTED** | Define how much to charge customers for the in-store pickup service.                          |
| Search Radius           | **SUPPORTED** | Enter the Search Radius in kilometers for store pickup location search on storefront checkout |
| Displayed Error Message | **SUPPORTED** | Enter the message that appears if In-Store Delivery becomes unavailable                       |


---

# 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://manual.scandipwa.com/v5.3.6/sales/basic-shipping-methods/in-store-delivery.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.
