# Product Management

***

### Update your Product Information

You can update the information held against your products in three ways.

<table><thead><tr><th width="234">Method</th><th>Summary</th></tr></thead><tbody><tr><td><strong>Individual Update</strong></td><td>Update a single product from within Venditan Commerce.</td></tr><tr><td><strong>Inventory Updater Tool</strong></td><td>Update a group of products from within Venditan Commerce.</td></tr><tr><td><strong>Bulk Import/Export</strong></td><td>Update a group of products in CSV format.</td></tr></tbody></table>

**Individual Update**

Open up a product and update its information from within Venditan Commerce.

This is useful for making individual changes or rectifications, allowing you to quickly update product information without affecting other listings.

**Inventory Updater Tool**

Our in-built **Inventory Updater Tool** allows you to update a group of products from one screen without leaving Venditan Commerce.

{% stepper %}
{% step %}

#### Filter your inventory

Filter your inventory down to the subset of products that you would like to update.
{% endstep %}

{% step %}

#### Choose an Update Type

Select an Update Type to define what type of product information you would like to update.
{% endstep %}

{% step %}

#### Update your products

The Inventory Updater Tool presents you with a spreadsheet-like editing interface so you can quickly update the products and click Save.
{% endstep %}
{% endstepper %}

#### Update Types

The following types of product information can be updated from the tool:

* Price
* Stock Cost
* Stock Settings
* Product Tags
* Regional Availability
* Product Attributes

**Bulk Import/Export**

The Inventory Updater Tool also includes a convenient **Bulk Import/Export** feature.

Exported your filtered subset of products and make the necessary updates within the CSV file.

Import the CSV file back into Venditan Commerce, which checks and validates the imported data.

Venditan Commerce will notify you of any errors, such as data misformatting, so you can correct them and re-import the data.

***

### Manage and schedule Sales Channel availability

Control which **Sales Channels** your product should be published to.

Sales Channel availability can be scheduled, allowing you to control when products become live on different websites and marketplaces and the duration of their visibility.

***

### Manage Regional Availability

Specify the regions where your products can be sold through your website with the **Regional Availability** feature.

This allows you to manage product availability by country, product-by-product, or Brand.

You can use a simple interface to select the countries where your chosen products or Brand should be available.

***

### View open Orders for a product

Clicking **Open Orders** from the product interface allows you to quickly access and analyse all open Orders containing a specific product.

{% hint style="info" %}
Learn more: [Order Management & Fulfilment (OMS)](/docs/order-management-and-fulfilment-oms.md)
{% endhint %}

***

### Print Barcode Labels for your products

Generate and print **Barcode Labels** for your products, typically in the `EAN13` format, though Venditan Commerce can support any format.

This uses the information stored in your [Barcode field](/docs/product-information-management-pim/product-data.md#barcodes-and-serialisation) for the product.

Venditan Commerce will auto-populate a Barcode if that field is blank during product creation.

{% hint style="warning" %}
Barcodes are a fundamental component of Venditan Commerce's [stock handling](/docs/stock-warehouse-management-wms/receiving-and-putaway.md) and [pick](/docs/order-management-and-fulfilment-oms/order-picking.md), [pack](/docs/order-management-and-fulfilment-oms/order-packing.md) and [dispatch](/docs/order-management-and-fulfilment-oms/order-dispatch.md) processes.
{% endhint %}

***

### Receive reminders for re-orders

Get automated email alerts when products reach their **Reorder Threshold**.\
\
This basic feature helps you stay on top of your replenishment needs by notifying you when to restock.

{% hint style="success" %}
Venditan Commerce's [**Automated Replenishment**](/docs/stock-warehouse-management-wms/suppliers-and-purchasing.md#automated-replenishment-auto-generate-new-purchase-orders-for-review) functionality has superseded Re-Order Alerts.
{% endhint %}

***

### Downstream updates to your EPOS system

You can force refresh the product data on your [EPOS system](/docs/in-store-epos.md) once you've made updates in Venditan Commerce.

This happens automatically and regularly, but if you've made significant updates to your product data, you want to manually trigger the process to ensure that the changes are processed to your point of sale as soon as possible.

***

### Automatically Tag products by Sales Performance

Venditan Commerce can automatically apply Product Tags based on sales performance over a defined period, for example, Fast Seller, Zero Sales, or any other criteria relevant to your business.

These tags appear as visual callouts within the platform, making it easy for users to quickly identify products according to their sales trends. Tags also feed into [Sales and Inventory Reporting](/docs/reports-and-analytics.md), supporting better analysis and decision-making.

This functionality is fully configurable, allowing you to define the periods, thresholds, and tag names based on your specific objectives.

***

### Discontinue a product

Products can be discontinued individually or in bulk within Venditan Commerce.

You can discontinue a single product directly from its product record, or update multiple products at once using the Inventory Updator tool or via bulk import. This allows for efficient management of your product catalogue.

By default, discontinued products are automatically removed from the website. However, your website can be configured with alternative visibility rules, for example, to continue displaying discontinued items with a notice or redirect.


---

# 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.venditan.com/docs/product-information-management-pim/product-management.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.
