# View Merchants

Before you get to creating orders we want you to understand the concepts of Merchants, Catalogs, and Products, as well as how they work within Violet. Merchants are storefronts that have integrated themselves with Violet, allowing for their catalog of products to be available through the Violet APIs. Additionally, Merchants have given Violet the access to write, read, place orders directly with their systems; allowing Violet (and you!) to seamlessly checkout. Merchants can be public or private when integrated with Violet. Public Merchants allow any Violet customer to view their catalog while private merchants require prior authorization for your Violet application to transact with them.

Continue with this recipe to retrieve a list of test merchants, see what they look like in Violet, and learn how to use this information. In this Recipe, we are only interacting with a few of the available Merchant APIs. To learn more about Merchants in Violet and for the complete list of available APIs, please refer to our [Merchants](/prism/merchants.md) page.

## [View Merchants you are connected to](/prism/overview/view-merchants/get-merchants.md)

{% hint style="info" %}
You can get a list of all the merchants that your app has access to by using the above endpoint.
{% endhint %}

## [Get Individual Merchant Info](/prism/overview/view-merchants/get-merchant-by-id.md)

{% hint style="info" %}
You can use this endpoint to view detailed information about any specific merchant using their merchant ID.
{% endhint %}


---

# 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.violet.io/prism/overview/view-merchants.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.
