> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/wholesale-pricing/product-targeting.md).

# Target by product or collection

You can apply a wholesale pricing rule to your entire catalog, specific products, collections, or products with certain tags.

***

## Product eligibility options

| Option                   | When to use                                       |
| ------------------------ | ------------------------------------------------- |
| **All products**         | Give a blanket discount on everything             |
| **Specific products**    | Select individual products (e.g. one SKU)         |
| **Specific collections** | All products in a collection (e.g. "B2B Catalog") |
| **Product tags**         | All products that have a specific tag             |

***

## Per-variant pricing

By default, the same discount applies to all variants of a product. If you need different prices per variant (e.g. size XL costs less), enable **Per-variant pricing**:

1. Toggle **Set pricing for individual variants** in the rule
2. A variant price table appears — set the discount type and value for each variant
3. Any variant not listed falls back to the rule's default discount

***

## Tips

* **Collections** are the easiest way to manage product scope. Create a Shopify collection called "Wholesale Catalog" and add products to it — the rule stays unchanged as your catalog grows.
* **Product tags** work similarly but may match products you don't intend if you reuse tags across departments. Use dedicated B2B tags like `wholesale-eligible` to be safe.


---

# 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, and the optional `goal` query parameter:

```
GET https://orbit-b2b.gitbook.io/orbit-b2b-docs/wholesale-pricing/product-targeting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
