> For the complete documentation index, see [llms.txt](https://wiki.wakilni.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.wakilni.com/release-notes/create-self-pickup-from-wakilni-option-on-shopify-june-2023.md).

# Create "Self-Pickup From Wakilni" Option on Shopify - June 2023

This article is a step-by-step guide to support Local Pickup by adding a self-pickup from Wakilni option to your customers.

### <img src="/files/qBcLuH9nYbnnqWBqjFPJ" alt="(blue star)" data-size="line"> Instructions <a href="#createshopifyselfpickupfromwakilnioption-instructions" id="createshopifyselfpickupfromwakilnioption-instructions"></a>

Follow the following instructions:

1. Go to your Admin Dashboard on Shopify<br>

   <figure><img src="/files/22KNCFDNZwujrVYVaJn1" alt=""><figcaption></figcaption></figure>
2. Click on **Settings** on the bottom left of the page
3. Go to **Locations** tab.<br>

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

4\. Click on “**Add Location**“<br>

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

5\. Make sure the **location** **name** is “***Self-pickup From Wakilni***“

6\. Enter the Wakilni address provided and save the location

7\. Go to **Shipping and delivery** tab and scroll to **Local Pickup**

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

8\. Click on the created location (“Self-pickup From Wakilni”)

9\. Check the “**This location offers local pickup**“

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

10\. This is how the option will look like on check out:

<figure><img src="/files/7GHIblV5RI5MBEKunn6r" alt=""><figcaption></figcaption></figure>

11. This is how your order will look like when you ship your order on Wakilni’s Portal:

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


---

# 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://wiki.wakilni.com/release-notes/create-self-pickup-from-wakilni-option-on-shopify-june-2023.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.
