> 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-new-seller-user-guide.md).

# Shopify New Seller User Guide

🛒 SHOPIFY STORE SETUP

1. Create a Shopify Account

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

\
a. Open website [www.shopify.com](http://www.shopify.com)  \
b. Click Start Free Trial\
c. Enter:

* Email
* Password
* Store name (example: lionparcel-store)\ <br>

2. Choose & Set Up Theme

<figure><img src="/files/55e771bb43a37995fd22bb96ffa52748a0c56f79" alt=""><figcaption></figcaption></figure>

* Go to Online Store → Themes
* Click Add Theme → Free Themes
* Choose a theme (recommended: Dawn)
* Click Customize, then set:\
  \- Logo\
  \- Main banner (hero image)\
  \- Brand colors\
  \- Font\ <br>

3. Add Products\
   a. Go to Products → Add product&#x20;

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

\
Fill in:

* Title: Product name
* Description: Explain the product description
* Media: Upload photos/videos
* Price: Selling price
* Inventory: stock
* Shipping: product weight

b. Click Save<br>

4. Set Up Payments\
   Go to Settings → Payments

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

\
Enable:

* Shopify Payments (if available in your country)
* Alternatives:
* Midtrans
* PayPal
* &#x20;Make sure the name & account details are correct
* &#x20;Make sure the currency is correct (IDR)\ <br>

5. Set Up Shipping Rates (Shipping)\
   Go to Settings → Shipping and Delivery

<figure><img src="/files/041cd43aa750c3b49d60919fda81922c6807713a" alt=""><figcaption></figcaption></figure>

\
a. Create a Shipping Zone:

* Indonesia

b. Add a rate:

* Flat rate (example: Rp20,000)
* Or free shipping
* If you want to automatically get shipping fees from Lion Parcel, you can download the Lion Parcel plug-ins in Lion Parcel Plug-ins
* Choose the Shipping Service you want to activate
* Click Done
* Once activated, Lion Parcel shipping costs will appear automatically on the customer's checkout page

<figure><img src="/files/93d4f020e07f4945c7dbebe50c91b1cda97ef3f2" alt=""><figcaption></figcaption></figure>

6. Set Up Important Pages\
   Go to Online Store → Pages\
   Create:

* About Us
* Contact
* FAQ\
  Then go to Navigation:
* Add to the menu (header/footer)<br>

7. Set Up Domain\
   a. Go to Settings → Domains

<figure><img src="/files/360bb0e6a6484afa5d8c1eda144138f46ffc55f5" alt=""><figcaption></figcaption></figure>

\
Options:

* Free: namatoko.myshopify.com
* Custom: buy your own domain / connect with a domain you already own

8. Edit Homepage\
   Go to Online Store → Customize\
   Add sections:

* Hero banner
* Featured products
* Testimonials<br>

9. Install Application / Plugin\
   Go to Apps → Shopify App Store

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

* Search for the application/plugin “Lion Parcel”\ <br>

10. Test Checkout<br>

    <figure><img src="/files/37dd3d231521d35141d32d8ad9d6166c191c7229" alt=""><figcaption></figcaption></figure>

* Test Ordering Your Own Product
* Make sure shipping costs appear
* Make sure the payment is successful<br>

11. Launch the Store\
    Go to Settings → Plan

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

* Choose a plan
* Plan payment process

<br>


---

# 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-new-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.
