# Generate a Buy-Link using the ConvertPlus and InLine Checkout

## Overview

One way to integrate your platform with the 2Checkout systems is to generate a buy-link that you can then apply to the **Buy** button on your web store. Read on to find out how to create a buy-link using the ConvertPlus and InLine carts, both for a single product, as well as for a multiple selection of products.

## Availability

All merchants (on any type of account) can generate a link from their Merchant Control Panel.

## Generate a buy-link for a single product using the ConvertPlus cart

Follow the steps below to generate a buy-link for one or more products using the ConvertPlus cart:

{% stepper %}
{% step %}

### Sign in to Merchant Control Panel

Log in to your 2Checkout account in the [Merchant Control Panel](https://secure.2checkout.com/cpanel).
{% endstep %}

{% step %}

### Open Generate links

Navigate to **Setup** and click on [Generate links](https://secure.2checkout.com/cpanel/integration.php).

* Learn how to manage buy-link behavior by using [query parameters](/payment-link/checkout-links-and-options/buy-link-parameters.md).

<div data-with-frame="true"><img src="/files/1dca060d12f7f56106b25e67f7e72426cc1f62f9" alt=""></div>
{% endstep %}

{% step %}

### Choose ConvertPlus

In the **Checkout links** tab, click on the **ConvertPlus** button.

<div data-with-frame="true"><img src="/files/c8951f9168efaebaefa875ce2927ffe35da0d0a6" alt=""></div>
{% endstep %}

{% step %}

### Select products

Select **one or more products** from the dropdown list.

After selecting your product, a table will open under the selection field that allows you to modify the quantity for your product, its additional pricing options, or remove it from your selection.

<div data-with-frame="true"><img src="/files/fdd226d1c28cdb55318b5025e8cdb9d0b3cb2476" alt=""></div>
{% endstep %}

{% step %}

### Choose currency and template

Scroll down and select the **billing currency** and the **order template** you wish the shopping cart to be displayed with.

<div data-with-frame="true"><img src="/files/276dbfe0bfaa40e27a96da14b2e33980b45e7ec2" alt=""></div>
{% endstep %}

{% step %}

### Generate the link

Click on **Generate Link** in the **Checkout link** section at the bottom of the page to create your buy-link and place it on the call-to-action button on your online store.

<div data-with-frame="true"><img src="/files/ca4bfa62419a126b487b50cfe69ba59e87c11afa" alt=""></div>
{% endstep %}
{% endstepper %}

## Generate a buy-link for a single product using the InLine Checkout

Follow the steps below to generate a buy-link for one or more products using the InLine Checkout:

{% stepper %}
{% step %}

### Sign in to Merchant Control Panel

Log in to your 2Checkout account in the [Merchant Control Panel](https://secure.2checkout.com/cpanel).
{% endstep %}

{% step %}

### Open Generate links

Navigate to **Setup** and click on [Generate links](https://secure.2checkout.com/cpanel/integration.php).

<div data-with-frame="true"><img src="/files/1dca060d12f7f56106b25e67f7e72426cc1f62f9" alt=""></div>
{% endstep %}

{% step %}

### Choose InLine Checkout

In the **Checkout links** tab, click on the **InLine Checkout** button.

<div data-with-frame="true"><img src="/files/122b2d07e258117de69f2dfd4bf3beba6ffd2e6c" alt=""></div>
{% endstep %}

{% step %}

### Select products

Select **one or more products** from the dropdown list.

After selecting your product, a table will open under the selection field that allows you to modify the quantity for your product, its additional pricing options, or remove it from your selection.

<div data-with-frame="true"><img src="/files/c84bf0ec71b3207c2f4b31aa3b9b0a79bb701783" alt=""></div>
{% endstep %}

{% step %}

### Generate the buy button code

After selecting the products for which you're creating the buy-link, scroll down to the **Generate Buy Button Code** section and click on the **Generate code** button to create the buy-link and place it on the call-to-action button on your online store.

<div data-with-frame="true"><img src="/files/899e72921fab971e6fb8f24118f598480aadf06b" alt=""></div>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.2checkout.com/payment-link/create-a-payment-link/generate-a-buy-link-using-the-convertplus-and-inline-checkout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
