> For the complete documentation index, see [llms.txt](https://help.premierepos.co.uk/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.premierepos.co.uk/support/information-data-integration-guide.md).

# Information - Data Integration Guide

## Introduction&#x20;

This guide will breakdown each option that is available in the **Premier EPOS** when importing data for use on your web integration.&#x20;

## Data Source Options

Your data can be sourced from either the **Till**, or from your current **Website**. If you do not have an existing website, this data will need to be completed by the end user.&#x20;

### Till

The database on your **Till** will act as a primary source of data. It will contain such details as **Name of Item**, **Selling Price**, **Barcode** etc. For a more detailed explanation of the possible data, please see the below section, [**Data Explained**](#data-explained).  This data will be automatically exported by the **Integration Wizard**.&#x20;

### Web

If you already have an existing website, data can be extracted via another tool, **Integration Manger**. If no website is available, the data will need to be imported manually by the end user.&#x20;

If the website data has already been imported into the Till previously, using the Integration Wizard, these details will also be included in the export.

## Data Explained

This section will give you further details about each possible data column produced by the **Integration Wizard's** export.&#x20;

### Name of Item

This is the item name recorded in the **Till** system. It must be unique to ensure accurate tracking and differentiation from other items in the inventory.

### Web Product Title

This is the name of the product shown on your website. This name can be different to that of the standard **Name of Item** used on the **Till** and unlike the **Till Name of Item**, it does not have to be unique. The most common reason to have a different name on your website would be to make the product easier to read for your customer.&#x20;

### Web Product Variant

A **Web Product Variant**, also known as a child item, is intended to be used as a variation of the product. This variant product could represent different colours, size, weights, etc of a parent item.&#x20;

An example of this would be a parent product named *Winter Coat*, while the child items in this example would be named *Winter Coat, Large Blue* or *Winter Coat, Small Red*. Another example of this could be a parent item named, *Cat Food Can*. While child items for this product represent the flavour, such as *Cat Food Can*, *Chicken* or *Cat Food Can, Tuna* for example.&#x20;

### Web Product Description (HTML)

Description of the item for use on the website. This section can include **HTML** code. Including **HTML** code in a web product description allows you to enhance the visual appeal and readability of the text. By using **HTML** tags, you can apply formatting such as **bold** and *italic* to emphasise important information or differentiate sections. You can also incorporate <mark style="color:purple;">colours</mark> to draw attention to specific details. This can improve the overall presentation of product information, making it more engaging and easier for customers to read and understand.

### Selling Price

This is the standard **Selling Price**, or **Level 1 Price** for the item in the Till.&#x20;

### RRP

This is the **Recommended Retail Price** (**RRP**) for the item in the Till.&#x20;

### Tax Rate

This is the **Tax Rate** for the item in the Till.&#x20;

### Barcode

This is the primary **Barcode** (i.e. **Barcode 1**) for the item in the Till.

### Internal Ref Code (SKU)

This is the **Internal Ref Code** or **SKU** for the item in the Till.&#x20;

**SKU** stands for **Stock Keeping Unit**. It is a unique identifier for each distinct item and is used to track inventory in the Till.

### Supplier Name

This is the primary **Supplier** (i.e. **Supplier 1**) for the item in the Till.

### Type

This is the **Type of item** (i.e Dog, Cat, etc) for the item in the Till.

### Sub-Type

This is the **Sub-Type** (i.e. Dog > Dry Food) for the item in the Till.

### Custom Pricing (WIP)

This section is currently reserved for future use, it is intended to allow a unique and customisable pricing structure for account holders at a later date. As soon as this has been approved from beta testing we will update the online help.

### Web Cat

This is the primary category for the item. For example 'Clothing'

### Web Cat 2

This is the secondary category for the item. For example 'Clothing > Men's'.

### Web Cat 3

This is the tertiary category for the item. For example 'Clothing > Men's > Casual'.

#### Difference between Web Category and In-Store Type/Sub-Type

While both web categories and in-store types/sub-types classify products, they serve different purposes and audiences. Web categories are designed for online navigation and user experience, often structuring items for ease of search and relevance in an online store. In contrast, in-store types or sub-types may relate more to inventory and organisation for physical handling and may not require as detailed a hierarchy as online categories. The distinction ensures optimal functionality and user interaction in both settings.

### Web Price

This is the **Price** on the website for the item.&#x20;

### Image Location

This is the location of the item image. Images can be stored on a local hard drive or found online via a URL.

#### Hard Drive Location

For images stored on a local hard drive, the location is the file path on the system. To find this:

1. Navigate to the image using File Explorer.
2. Right-click the image file.
3. Select "Properties" to view the file path.

#### Getting URL Image Location

To obtain the URL of an online image:

1. Open the webpage containing the image.
2. Right-click the image.
3. Select "Copy image address" to copy the direct URL of the image.

### Image Id

This is the items image ID, which can be either a number or File name. If using the HD location, the file name is already included, so there's no need to add it separately in the Image ID.

If you have any additional questions about the above guide, please contact our Support Team on either **03303 800 142** or <supportstaff@premierepos.co.uk>.

If you're a new customer and interested in joining **Premier EPOS** please click [here](https://www.premierepos.co.uk/) for more information and to book your free demo.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.premierepos.co.uk/support/information-data-integration-guide.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.
