# Overview

<code class="expression">space.vars.PRODUCT\_NAME</code> is a multi‑store e‑commerce layer for distributing learning products in the NexPort Learning Platform. It integrates with nopCommerce for storefront, payments, and extensibility, and with NexPort Campus for identity, enrollments, subscriptions, and training delivery.

This documentation covers:

* End‑user guidance for browsing, purchasing, and redeeming training
* Admin guidance for configuring stores, products, mappings to NexPort, and workflows (scholarships, wholesale, libraries)

> Note: Hosted‑only. This documentation applies to hosted <code class="expression">space.vars.PRODUCT\_NAME</code> tenants. Installation, server configuration, hosting provider content, private cloud, and premium services are out of scope.

Key capabilities

* Multi‑brand stores with independent themes, catalogs, and pricing
* Centralized courseware distribution, mapped to NexPort products/sections
* Flexible product types: courses, digital downloads, and physical goods
* Store‑level sale models (retail/wholesale) and purchasing controls
* Custom registration fields, validation, and store scoping
* Supplemental info questions that can drive group membership
* Manual or auto‑redeem flows, with safe order handling

If you’re new, start with End User → Getting Started, then see Admin → Products & Mapping if you manage catalogs.

## Terminology

* Store: A branded storefront (nopCommerce) within <code class="expression">space.vars.PRODUCT\_NAME</code>.
* Product (nopCommerce): An item listed in a store (can map to a NexPort product/section).
* Fixed product: A specific course or bundle; used as concrete selections.
* Open‑ended product: A selector product that lets an assignee pick from a list of fixed products at assignment time.
* Mapping: The association between a nopCommerce product and a NexPort product/section, with store and subscription context.
* Auto‑redeem: Purchase creates/assigns training automatically after payment is completed.
* Manual redeem: Customer must click Redeem on Order Details to create training.
* Scholarship/Seat: A pre‑purchased entitlement that can be assigned to learners (e.g., libraries or organizations).

## Environments (examples)

Your organization may maintain multiple environments for testing vs. production. Example URLs found in test materials include: `nexportmarket.com`, `alpha.nexportmarket.dev`, and industry/partner‑specific branded domains. Consult your team for the current environment list and access.


---

# 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/readme.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.
