Product List

Use the Product List feature to incorporate purchased products in communications to keep customers informed about their order and increase the chance of further engagement with your brand.

Overview

You can display an product lists in your customer emails and on your Order Status page after a customer has placed an order, based on the order and product information you send to parcelLab.

If you provide a link to your online shop, parcelLab can forward the customer to the shop’s webpage when they click a purchased product.

Email with list of purchased products

Configuring the Product List Feature

The following sections describe the configuration required for the Product List feature.

Customer Requirements

To integrate purchased products in email communication, you need to provide the following information to parcelLab:

  • The relevant product data and images (or a path to an image) of an order before dispatch communication via the parcelLab data integration.

  • In which emails to display the content (for example: out for delivery emails).

  • A URL to forward the customer to your online shop when they click the purchased products.

Product-specific URLs can be included in the list of purchased products (that is: clicking on the product will direct customers to the product’s page in the online shop).

Implementation Process

When parcelLab has the required information, the setup process can begin.

Article Lists in Emails

The article list in the emails has different detail levels. A simple list only features article numbers, names, and quantities.

As described in the data model, the article list has to be transmitted when creating a tracking. The following example shows how an article list is structured.

article-list.json
[
  {
    articleNo:        'article number (String)',            // required
    articleName:      'article name (String)',              // required
    quantity:         Integer,                              // optional
  },
  ...
]

The more detailed article list features an image per row and links back to the product page within the shop. For the system to show this article list, the simple article list must be transmitted for every tracking.

Detailed article list
Detailed article list

Extending the article list can be achieved through one of the following ways:

  • Add the articleUrl and articleImageUrl parameters to each object of the articles array to extend the transmitted article list.

However, in most cases this is not possible as the warehouse software generating the shipment labels does not have these detailed information related to the shop articles.

  • Import product feeds to extend the data in the article list, which is supported by parcelLab.

A product feed is a complete article master list, which is formatted as a .csv file and can be accessed via HTTPS. It contains the article number provided when creating the tracking and information that should be extended on a per-article basis (for example: article name, product page URL, and product image URL (thumbnail)).

Article Lists on the Order Status Page

When article lists are configured, an order summary is displayed on the right-hand side of the Order Status page.

Order status page with order summary
Order Status page with purchased products

Last updated

Was this helpful?