> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/documentation/portfolio-management/service-portfolio/product-master-data.md).

# Product master data

Services are what you sell. Products are what you buy to deliver them. Product master data is where the second half lives.

Everything you purchase in order to provide a service belongs here — devices, accessories, licences, and the internal work steps that go into a delivery. Service mapping then draws on this catalogue to define which products a given service actually requires.

That dependency runs one way, and it is worth knowing before you start: nothing can be mapped that does not exist here first. If a device variant is missing from your product master data, the mapping has nothing to point at.

You will find it under **Portfolio Management → Product master data**, split into three tabs.

***

## Products

The **Products** tab is the catalogue itself. Each entry carries the details you need to buy the thing and to recognise it later:

* **Manufacturer part number** — the manufacturer's own identifier, and in practice the most reliable way to tell two similar variants apart
* **Manufacturer** and **Name**
* **Category** — see below, this one does more work than it looks
* **Supplier** — who you buy it from
* **Purchase price** and **Selling price**

<figure><img src="https://1958742976-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6ZnPz32GwgArSgb3QXCW%2Fuploads%2F2uvvEqdMMlIOC2UPc1Qx%2Fproduct-master-data-header.png?alt=media&amp;token=f4d4fc5c-6867-4396-a2e1-f65c83f1d943" alt=""><figcaption></figcaption></figure>

***

## Categories are not just labels

A product catalogue sounds like it should contain hardware, and most of it does. But the **Category** field is what tells equipme how an entry behaves later, and not every category is a physical thing.

Alongside device categories such as *Tablet* or *Headset*, you will find entries categorised as **Production step** — internal work like setting up a notebook, applying an inventory label, or registering a tenant. These are real components of a delivery, they belong in a bill of materials, and they are managed here like any other product. They simply never get purchased or shipped.

This is why a bill of materials can legitimately contain something that looks nothing like a device.

{% hint style="info" %}
Related but separate: the **Stock item** flag on a product decides whether it runs through purchasing and the warehouse at all. A production step is the clearest example of a product where that flag stays off.
{% endhint %}

Leaving a product in *Not categorized* is possible, but it makes the catalogue harder to search later and gives you nothing to filter on. Worth fixing while the entry is still fresh in mind.

***

## Suppliers

The **Suppliers** tab lists the companies you buy from, along with the details purchasing needs: contact person, phone, mail, address, and your **customer number** with that supplier — your own account reference on their side, which is what makes an order recognisable to them.

Every product points at a supplier, so this list is a prerequisite for the catalogue rather than an afterthought.

<figure><img src="https://1958742976-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6ZnPz32GwgArSgb3QXCW%2Fuploads%2FuIGS2EGSUg05H8y6xxDk%2Fproduct-master-data-suppliers.png?alt=media&amp;token=9f2d2a40-4ed0-4dc3-bcb6-00cc3493c970" alt=""><figcaption></figcaption></figure>

***

## Manufacturers

The **Manufacturers** tab is deliberately separate from suppliers, because the two answer different questions. A manufacturer builds the device. A supplier sells it to you. Apple makes the iPad; a distributor is who you actually order it from.

The list is short by design — name plus an optional comment. Keeping it tidy pays off in the Products tab, where the manufacturer column is one of the main ways to narrow a long catalogue down.

***

## Keeping the catalogue usable

A product catalogue grows faster than anyone expects, and it degrades quietly. Three habits keep it workable:

**Use the manufacturer part number consistently.** It is the only field that reliably distinguishes variants that differ by storage size or colour, where names alone tend to collapse into each other.

**Create all variants of a device up front**, before you map the service that offers them. Building the mapping and hunting for missing variants at the same time is slower than doing either task on its own.

**Categorise as you go.** An uncategorised product costs nothing today and costs you a search every time you need it later.


---

# 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, and the optional `goal` query parameter:

```
GET https://hub.equipme.io/documentation/portfolio-management/service-portfolio/product-master-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
