# Product vendor

Product vendor refers to the *supplier or manufacturer* of a product. This information helps you manage your product catalog, categorize items by their origin, and enhance product filtering for customers. Displaying the product vendor can provide transparency, build trust, and make it easier for customers to explore other products from the same brand or supplier.

SKUs *(Stock Keeping Unit)* are unique alphanumeric codes assigned to each product or product variant in a store. They help businesses track inventory, identify products, and manage stock levels more efficiently. SKUs are essential for inventory management systems and are commonly used in product barcodes.

<figure><img src="/files/saovaWXtbjZjn5m25PcT" alt=""><figcaption></figcaption></figure>

### Settings:

1. **Show vendor:** If enabled, the **vendor name** is displayed alongside the product information. Clicking the vendor name will navigate to a **collection page** that lists all products from the same vendor — improving product discoverability.
2. **Show SKU:** If enabled, the **SKU code** appears on the product page, helping customers identify product variants or reference items when contacting customer support.


---

# 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://help.byinspiredlabs.com/product-page/product-information/product-vendor.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.
