# Supplier Cost & Inventory Level

Nosto supports supplier costs and inventory level. The supplier-cost and inventory-level metadata can be used for creating advanced recommendation rules to promote products with a high margin or low-stock products.

![2.0.0](https://img.shields.io/badge/nosto-2.0.0-green.svg)

The supplier-cost and inventory-level of a product are considered sensitive information and therefore does not exist in the page tagging, and instead, are sent over a secure API.

{% hint style="info" %}
You must[ run the indexer manually ](https://docs.nosto.com/magento-2/features/indexer/on-5.x#manually-running-the-indexer)every time you toggle these features. Running the indexer updates your product catalog in Nosto.
{% endhint %}

### Why is the inventory-level always zero or entirely missing?

If you are using the Magento's Multi-Source Inventory (MSI), you must [install Nosto's MSI extension for Magento 2](https://docs.nosto.com/magento-2/addons/msi) as well.

### Why don't all my products have the supplier-cost and inventory-level information?

The extension relies on observers to detect changes to the catalog and synchronize it with Nosto. If you are synchronizing products from your ERP/PIM system, observers may not be triggered.

## Enabling / Disabling Inventory-Level Metadata

The inventory-level metadata collection is disabled by default. You can toggle the inventory-level metadata collection by navigating to the configuration page and toggling **Enable Inventory Levels** under the **Feature Flags** section.

![](/files/DEVCyv3awwx6IQJi06ei)


---

# 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.nosto.com/magento-2/features/supplier-cost-and-inventory-level.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.
