For merchants

Let's make wishes happen together!

Connect with your fans and learn which products are popular

If you want to know what customers would like to buy from your store, or even send them a small offer to help make the wish happen, contact us at kirjuta[at]kingilist.ee.

Help customers save the right gift wish

Add a Kingilist button to your product pages so customers can add a wish more easily. The product URL and, if you choose, product details are already included.

URL first

The only required value is the product URL. Kingilist opens the app when available, otherwise it continues on the website.

Metadata optional

Title, image, price, SKU, and shop name can be sent as extra input to make adding the wish as fast and convenient as possible. Kingilist treats these as hints and can cross-check the product page metadata.

Recommended hosted buttons

Use the official hosted SVG badges from Kingilist for the quickest setup. If your store requires self-hosted assets, you can download the same files and host them yourself.

Add to wishlist Add to wishlist Add to wishlist Lisa kingilisti

Quick implementation

Replace the example product URL with the address of your own product page. This is enough for a good customer experience.

<a href="https://kingilist.ee/app/add?url=https%3A%2F%2Fshop.example%2Fproduct%2F123">
  <img src="https://kingilist.ee/brand/add-to-kingilist-en-color.svg"
       alt="Add to wishlist"
       width="214"
       height="48">
</a>

With optional product hints

Hints prefill the wish draft, while the product URL remains the source Kingilist can use to check metadata. SKU and currency are stored as technical integration data and are not shown to the customer.

https://kingilist.ee/app/add?
  url=https%3A%2F%2Fshop.example%2Fproduct%2F123
  &title=Product%20name
  &image=https%3A%2F%2Fshop.example%2Fproduct.jpg
  &price=49.90
  &currency=EUR
  &sku=ABC-123
  &shop=Shop%20Name
Parameter Required Use
urlYesCanonical product page URL.
titleNoWish name hint.
descriptionNoWish description hint.
imageNoProduct image hint.
priceNoProduct price hint.
currencyNoTechnical currency code for merchant integrations; not shown to the customer.
skuNoMerchant technical product identifier; not shown to the customer.
shopNoShop or brand name hint.

Implementation notes

  • Use a normal link. JavaScript is not required.
  • Always URL-encode parameter values.
  • Prefer the hosted SVG badge, or self-host the same files if your platform requires it.
  • For partnership questions, cooperation, or campaign ideas, contact kirjuta[at]kingilist.ee.