Next Commerce
Customers Guide

Checkout Links

Create quick links to send customers directly to a customized checkout

Checkout Links are a simple way to create custom checkout experiences for your customers. Place Checkout Links on any website, email, or web marketing channel to send customers directly to your store's checkout with items pre-loaded in their cart. Your customer can then complete their purchase.

By appending marketing source attribution parameters onto a custom Checkout Link, you can attribute the resulting sales from each link, and view them in Reports. For example, by appending unique utm_campaign values to several Checkout Links, you can track resulting sales across multiple marketing campaigns.

Checkout Links can define the contents of a cart, any coupon (voucher) codes to automatically apply discounts, and whether the cart items should be sold one-time, or as a subscription.

As a One-time Purchase

With the link below, two products would be added to the cart, and apply a voucher.

https://<store domain>/checkout/add/?product=12:1&product=13:3&voucher=PROMO&currency=usd

As a Subscription

With the following link, one product would be added to the cart as a subscription renewing every 3 months.

https://<store domain>/checkout/add/?product=12:1:3:month&currency=usd

Replace <store domain> in the link with the actual domain name of your store. For example, all Checkout Links should follow the basic format

https://mystoredomain.com/checkout/add/

Supported Parameters

Checkout link parameters can be broadly split into two groups: Cart Parameters, which control the products, discounts, and sales model applied in the cart; and Attribution Parameters, which append marketing source attribution values to the cart and resulting orders.

Cart Parameters

ParameterValuesDescription
productid:qty:interval_count:intervalPass product ID, quantity, interval count (number of) and interval (day, week, month) to add to the cart
vouchervoucher codeApply a voucher to add to the cart
currencycurrency codeSet the currency for the cart and product prices
replacetrue/falsereplace existing cart, default is true

Attribution Parameters

In addition to populating items into the cart, you can pass marketing source attribution parameters to attribute the order to your marketing channel. Marketing sources values can be viewed across all orders via reports.

Checkout Links support adding custom attribution metadata values.

Example checkout link format carrying metadata field "FBEVENT":

https://<store domain>/checkout/add/?product=12:1&attribution_metadata.FBEVENT=XYZ&currency=usd
ParameterDescription
utm_sourcereferrer: (e.g. google, klaviyo)
utm_mediummarketing medium: (e.g. cpc, banner, email)
utm_campaignproduct, promo code, or campaign (e.g. spring_sale)
utm_termidentifies the paid keywords
utm_contentused to differentiate ads
funnelused to attribute funnels
gclidAdwords click ID
evclidEverflow Click ID
affaffiliate / network
sub1sub affiliate 1
sub2sub affiliate 2
sub3sub affiliate 3
sub4sub affiliate 4
sub5sub affiliate 5
attribution_metadata.KEY=VALUEattribution metadata key/value pair

On this page