> For the complete documentation index, see [llms.txt](https://help.memberply.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.memberply.com/creating-your-membership-tiers/make-membership-products-available-in-shopify-markets.md).

# Make membership products available in Shopify Markets

If your store uses Shopify Markets, a membership product must be available in the market a customer is browsing from. If the membership product is only available in one market, customers browsing from another market may see a 404 page when they open the membership product page.

For example, if the membership product is only published to your USD market, the product page may work when the customer selects USD but show a 404 when the customer selects another market or currency.

## Choose the markets for a membership tier

1. In Memberply, go to **Membership Tiers**.
2. Click **Edit Tier** for the membership tier you want to update.
3. Find the **Markets availability** section.
4. Select the Shopify markets where this membership tier should be available.
5. Click **Update Markets**.

Memberply publishes the membership product to the selected Shopify market catalogs. After the update, customers in those markets should be able to open the membership product page.

{% hint style="info" %}
If your store only has one Shopify market, there are no additional markets to select. Memberply will show the market status, but no market selector is needed.
{% endhint %}

## What Memberply controls

Memberply can publish or unpublish the membership product in Shopify market catalogs. This controls whether the membership product is available in the markets you select.

## What Shopify still controls

Shopify still controls your market setup, including:

* Which markets exist in your Shopify admin.
* Which currencies, domains, and languages are enabled for each market.
* Whether subscription-only products are allowed in a market.

If Shopify blocks a subscription-only membership product in a market, Memberply will show the error returned by Shopify. In that case, review the market and subscription settings in Shopify admin.

## Troubleshooting

If customers see a 404 page for a membership product in one market but not another:

1. Check which market or currency the customer selected.
2. Edit the membership tier in Memberply.
3. In **Markets availability**, make sure that market is selected.
4. Click **Update Markets**.
5. Test the membership product page again using that market or currency.

If the market is selected but the product still does not appear, check the market setup in Shopify admin and look for any Shopify error shown by Memberply.


---

# 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:

```
GET https://help.memberply.com/creating-your-membership-tiers/make-membership-products-available-in-shopify-markets.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.
