# Fixed vs Open‑Ended Products

## Fixed products

* Represent a specific training item (course, bundle, section) and map directly to one NexPort item.

## Open‑ended products

* Let an admin or student select from a defined list of fixed products at assignment time.
* Useful when the purchase is for “one of these courses” rather than a specific one.

## Create fixed products

1. Create the product in `Catalog` → `Products` and set price/publish.
2. Map it to the target NexPort item under `NexPort Product Mappings`.

## Use open‑ended products

1. Create a nopCommerce product that represents the choice.
2. Configure its mapping to reference the allowed list of fixed products (as supported by your plugin/build).
3. When assigning, select which fixed product the learner receives.

## Notes

* Open‑ended assignments select from fixed products at redemption/assignment time.
* Ensure all fixed options are published and mapped.

## Related

* [Products](/nexport-user-documentation/nexport-market/admin-guide/running-your-store/products.md)
* [NexPort Mapping](/nexport-user-documentation/nexport-market/admin-guide/running-your-store/nexport-mapping.md)
* [Orders & Fulfillment](/nexport-user-documentation/nexport-market/admin-guide/running-your-store/orders.md)


---

# 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.nexportsolutions.com/nexport-user-documentation/nexport-market/admin-guide/running-your-store/open-vs-fixed-products.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.
