> For the complete documentation index, see [llms.txt](https://docs.lionparcel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lionparcel.com/guides/guides-en/group-2/shopify-existing-seller-user-guide.md).

# Shopify Existing Seller User Guide

## Preparation Before Integration

Make sure you already have:

### 1. Active Shopify Account

* Active Shopify store
* Admin access
* A Shopify plan that supports shipping apps

### 2. Lion Parcel Account

Make sure your Lion Parcel account has already:

* Been registered and is active
* Already been granted access to Genesis
* Have a Client ID & Client Secret Key

***

## How to Install the Lion Parcel Plugin in Shopify

### Step 1 — Log in to Shopify Admin

Enter the Shopify dashboard:

* URL: Your Shopify store admin
* Log in using an admin account

### Step 2 — Open the Shopify App Store

Go to the menu:

**Apps → Shopify App Store**

Search for the app:

**Lion Parcel**

or open directly:

{% embed url="<https://apps.shopify.com/lion-parcel-1>" %}

<figure><img src="/files/5c43d0847b115bdaf035f03946e8a8efbb27c619" alt=""><figcaption></figcaption></figure>

The Lion Parcel plugin provides the following features:

* Real-time tracking
* Pickup & Drop Off management
* COD support
* Shipment booking
* Delivery tracking

### Step 3 — Install the App

Click the button:

**Install App**

Then:

1. Review the app permissions
2. Click **Install**
3. Wait for the installation process to finish

### Step 4 — Log In to Genesis Using an Existing Account

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

1. Open <https://genesis.lionparcel.com/>
2. Enter your Lion Parcel account email & password
3. Click **Log in**
4. Select the API Integration menu
5. Click Connect / Add Token
6. Select Platform **"Shopify"**
7. Enter Store Name & Store Domain
8. Click **Generate Token**
9. Copy **Client ID & Client Secret Key** for use in the Shopify login process

### Step 5 — Connect Lion Parcel Account to Shopify

<figure><img src="/files/6ff5be08479d233ebbffb3681044f3dca5ad1f10" alt=""><figcaption></figcaption></figure>

1. Go back to Shopify
2. Select Apps and search for **Lion Parcel**
3. Enter the Client ID & Client Secret Key
4. Click **Connect Now**

### Step 6 — Set Up Pinpoint Location

This pinpoint location setup is needed to determine the customer's pickup point coordinates and to find the coordinates of the nearest Lion Parcel branch as the drop-off location.

Log in to the Lion Parcel plugin:

<figure><img src="/files/1a640d56c359119bae126bb3f5f8c26c16d8f3f6" alt=""><figcaption></figcaption></figure>

**Settings → Edit Address**

1. Search for the warehouse location or set your current location
2. Click Save Address

### Step 7 — Enable the Shipping Service

<figure><img src="/files/0b2f6b838dca60f43294ebe1af7e5470152c6431" alt=""><figcaption></figcaption></figure>

1. Go to the Shopify Settings menu
2. Click Shipping & Delivery
3. Click Shipping Profile
4. Add Shipping Options
5. Enter the Shipping Name
6. Select Rate Type **"Carrier or app calculated"**
7. Select Carrier or app **Lion Parcel**
8. Select the Shipping Service you want to enable / check "Automatically include new services when they become available" if you want to enable all Shipping Services provided by Lion Parcel
9. Make sure to enable the Shipping Service with / without insurance\
   \- If Lion Parcel - REGPACK (With Insurance), then the shipping service will be charged shipping insurance according to the client's configuration\
   \- If Lion Parcel - REGPACK, then the shipping service will not be charged shipping insurance
10. Click Done
11. Once activated, Lion Parcel shipping rates will appear automatically on the customer's checkout page.
12. Make sure the product is selected for the created profile
13. Make sure the Fulfillment Location matches the pickup address
14. Make sure the Shipping Zones are correct

Example services:

* Lion Parcel - REGPACK
* Lion Parcel - BOSSPACK
* Lion Parcel - BIGPACK
* Lion Parcel - BIGPACKFAST
* Lion Parcel - JAGOPACK
* Lion Parcel - INTERPACK

Enable according to your business operational needs.

***

##


---

# 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://docs.lionparcel.com/guides/guides-en/group-2/shopify-existing-seller-user-guide.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.
