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.

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.
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.
[
{
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
.

Extending the article list can be achieved through one of the following ways:
Add the
articleUrl
andarticleImageUrl
parameters to each object of thearticles
array to extend the transmitted article list.
Import product feeds to extend the data in the article list, which is supported by parcelLab.
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.

Last updated
Was this helpful?