> 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-july-2023.md).

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

This article is a step-by-step guide to create the self pickup from Wakilni option.

### &#x20;Instructions <a href="#create-selfpickupfromwakilni-optiononshopify-instructions" id="create-selfpickupfromwakilni-optiononshopify-instructions"></a>

Follow the following instructions:

1. Go to your Admin Dashboard on Shopify

<figure><img src="/files/vfEFC1v2vlZ0dhbcPoIF" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

1. Click on **Settings** on the bottom left of the page
2. Go to **Locations** tab.<br>

   <figure><img src="/files/H9m8mjQXCbBxt7pCuo2d" alt=""><figcaption><p>Locations Page</p></figcaption></figure>
3. Click on “**Add Location**“

<figure><img src="/files/37TcB089xCGwKomJyktc" alt=""><figcaption><p>Setting Self Pickup Location</p></figcaption></figure>

5. Make sure the **location** **name** is one of the following:
   1. ***Self-pickup From Wakilni Beirut***
   2. ***Self-pickup From Wakilni Tripoli***
   3. ***Self-pickup From Wakilni Sarafand***
   4. ***Self-pickup From Wakilni Yellow Stores Sin-El-Fil***
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/mWgrrcSTTNsmCobLwiOk" alt=""><figcaption><p>Local pickup section in Shipping and Delivery tab</p></figcaption></figure>

8. Click on the created location (ex: “Self-pickup From Wakilni Beirut”)
9. Check the “**This location offers local pickup**“

<figure><img src="/files/aIFgsg4qtydU8usZycK7" alt=""><figcaption><p>Set This location offers pickup</p></figcaption></figure>

10. Manage your inventory (Make the items available at the self-pickup location) so that "Self-pickup From Wakilni Beirut" becomes a valid option:
    1. Go to **Products** > **Inventory**.
    2. Select the self-pickup location that you want your product to be picked up from by your customers.
    3. Check the product variants that you want to change.
    4. Click **Bulk edit**.
    5. In the bulk editor, click **Columns** and add fields for the self-pickup locations where you want the products to be picked up from by your customers.
    6. Update the inventory quantities for each product variant at the relevant locations.
    7. Click **Save**.
    8. For more information visit: <https://help.shopify.com/en/manual/locations/assigning-inventory-to-locations>

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

<figure><img src="/files/lobETvPyuc08CYusS39g" alt=""><figcaption><p>Checkout Page</p></figcaption></figure>

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

<figure><img src="/files/hNjzGshLRWcSZrXkBkV9" alt=""><figcaption><p>Self-pickup order</p></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-july-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.
