# 1.1: Configure the Product

## What you must do

The following are required for Merch Bridge to function properly:

1. A custom product type "**Manifold**" must be added to the product
2. *Token Exclusive* items <mark style="color:red;">**must**</mark> have a [high price point set](#price-point-settings)

## 1. Set Product Type to "Manifold"

In order for Manifold Merch Bridge widgets to take effect on the product page you are creating a gate on, you must first mark the product as "Type" "**Manifold**"

Find and click the product you plan to gate in the "Product" section of the your Shopify store's admin panel.

![Go to the Products Section of your store and click into the product you want to gate.](https://268636785-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8n4plerMUJrsrAiaKpc2%2Fuploads%2FRowtYY4S517RSvZvOYoW%2Fproducts%20overview.png?alt=media\&token=266196cf-5ee8-4986-b749-96ad2c831d43)

In the "Product organization" section, find the "Product Type" field and type in "*Manifold"* (make sure the M is capitalized)

<figure><img src="https://268636785-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8n4plerMUJrsrAiaKpc2%2Fuploads%2Fy0zKGKaolbGWX3xBa9I3%2FScreen%20Shot%202022-12-15%20at%2010.42.26%20AM.png?alt=media&#x26;token=40f52cfb-471e-4e30-ba04-56781cfcb464" alt=""><figcaption><p>On the product view. Make sure to set the Product Type to: "Manifold"</p></figcaption></figure>

Click "Save" in the top right corner to save changes.

## **Price Point Settings**

<mark style="color:red;">**For Token Holder Exclusive Products**</mark>

{% hint style="danger" %}
If you intend the product to be an exclusive item for NFT holders, you will need to set an extremely high product price (e.g. $10,000) and apply a discount for NFT holders to bring it back down to the expected price.&#x20;
{% endhint %}

The way Shopify is built, there is no underlying ability to restrict who can sell a product.  Anyone with a bit of technical knowledge can bypass any gate by directly making the Shopify storefront add the product to the cart.

To get around this limitation, we recommend set a prohibitively high price and discount it for token holders. Any individuals bypassing the gate would result in an extremely high cost to that individual, and could be caught and cancelled if needed.


---

# 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.manifold.xyz/manifold-for-developers/shopify-merch-bridge/tutorial/step-1-product-gate-setup/1.1-configure-the-product.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.
