# Creating restricted wholesale products

Locksmith allows you to restrict access to any content in your Online store, so it is a great solution for those wanting to add wholesale products that can only be purchased by **select customers**. Plus, Locksmith works with whatever Shopify plan you're on!

## Scenario 1: Selling wholesale and retail in the same store

You can set up your store so that both sides of your business are run out of the same shop.&#x20;

This is done by creating price tiers in your store. This requires that you create two versions of each of your products in the backend. This can be achieved by either duplicating products, or by using variant tiers.&#x20;

In-depth setup instructions for this can be found here:

{% content-ref url="/pages/iCvhp2NAQjezCM2Pj9GV" %}
[Setting up multiple price tiers](/tutorials/more/price-tiers.md)
{% endcontent-ref %}

## Scenario 2: Creating a wholesale-only store

If your store is going to *only* be used for wholesale, and you don't need multiple price tiers in the same store, your setup will be more simple.

You can simply create a lock that covers your entire store:

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

For your key, you have options for how to grant access, but the recommended option here would be to simply use approved customer accounts:

{% content-ref url="/pages/JLN0jWFrcYvt6efxhMT0" %}
[Approving customer registrations](/tutorials/approving-customer-registrations.md)
{% endcontent-ref %}

Or, if you prefer not to use customer accounts, and want to grant access with a simple code, try passcodes:

{% content-ref url="/pages/QDnvLtkLiYqhX0WaiZJp" %}
[Passcode keys](/keys/passcode-keys.md)
{% endcontent-ref %}


---

# 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://www.locksmith.guide/tutorials/locksmith-wholesale.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.
