# Per-country pricing (Markets)

You can restrict a wholesale rule to specific countries or regions using Shopify Markets.

> **Advance plan feature.** Per-market rules require the Advance plan.

***

## How it works

Each pricing rule has a **Market eligibility** setting:

* **All markets** — the rule applies in every country your store sells to (default)
* **Specific markets** — the rule only applies when a customer is shopping in one of the selected markets

***

## Setup

1. Make sure your store has Shopify Markets configured (**Settings → Markets** in Shopify Admin)
2. In a wholesale pricing rule, find **Market eligibility**
3. Select **Specific markets** and choose the markets from the list
4. Save the rule

***

## Example use cases

* Different wholesale prices for domestic vs. international buyers
* A special tier only available to customers in a particular country
* Currency-specific pricing locked to a market

***

## Notes

* Market targeting is combined with customer eligibility and product eligibility — all conditions must match for the rule to apply.
* If a customer's market doesn't match any specific-market rule, they see retail prices (or other rules that are set to "All markets").


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/wholesale-pricing/market-pricing.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.
