# Supplier Prices

### Overview

The Prices tab allows you to upload and manage the list of items this supplier carries with their pricing.

### Price List Table

The table displays all items the supplier carries with pricing information:

| Column           | Description                                        |
| ---------------- | -------------------------------------------------- |
| SKU              | Your internal product SKU                          |
| Name             | Product name                                       |
| Supplier SKU     | Supplier's product code or SKU                     |
| Price            | Cost per unit from this supplier                   |
| Tolerance        | Acceptable price variance percentage               |
| Normalized Price | Standardized price for comparison across suppliers |
| Last Updated     | Date the price was last modified                   |

Use the search bar to find specific SKUs.

### Manage Price Lists

Click the three-dot menu beside the search bar to:

* **Upload a price list** - Add or update pricing for this supplier
* **Delete a price list** - Remove all pricing data for this supplier

Each supplier has their own price list that you can upload, delete, and re-upload as needed to keep pricing current.

#### Upload a Price List

Price lists help you track supplier-specific pricing for better production planning. If you source the same product from multiple suppliers, uploading price lists allows Moselle to recommend the best supplier based on cost.

**Template Columns:**

* **SKU** - Your internal Moselle SKU
* **Supplier SKU or EAN SKU** - The supplier's product code (use this to differentiate when the same product is available from multiple suppliers)
* **Price** - Cost per unit from this supplier

**Steps to Upload:**

1. Click the three-dot menu and select **Upload Price List**
2. Download the template
3. Fill out the template with:
   * Your Moselle SKU
   * Supplier's SKU or EAN code
   * Price from this supplier
4. Set currency and price buffer for the upload
5. Upload the completed file

By maintaining accurate price lists across all suppliers, Moselle can identify the most cost-effective supplier when creating production orders.


---

# 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://learn.moselle.io/operations/suppliers/supplier-prices.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.
