> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/magento-2-api-connector/magento2_en_us/getting-started/quick-start-in-15-minutes.md).

# Quick Start in 15 Minutes

This quick start takes you from the installed app to a **tested connection and reliable basic setup**. The full business acceptance follows with real test cases.

{% hint style="info" %}
**Prerequisite:** The app is installed, permissions are assigned, and a technical Magento admin account is available.
{% endhint %}

{% stepper %}
{% step %}
**Open the Setup Wizard**

Open **Magento Setup Wizard** and assign a Web Store Code and name. Enter the base URL without a trailing slash and the API path `/rest/all/V1`.
{% endstep %}

{% step %}
**Configure authentication**

Disable **Use API Integration**, enter username and password, and run **Test Connection**.

{% hint style="warning" %}
OAuth in version 27.10.0.16 uses static signature values and is not suitable for production without technical correction and thorough testing.
{% endhint %}
{% endstep %}

{% step %}
**Download initial data**

Start **Download Initial Data**. If blocked, open the Download Cockpit, select **Refresh Preconditions**, and read the specific message.
{% endstep %}

{% step %}
**Complete required mappings**

Open the Mapping Hub. Use Auto-Map as a suggestion and manually verify payment, shipping, tax, websites, Store Views, and Customer Price Groups.
{% endstep %}

{% step %}
**Define order basics**

Set download release, document type, number series, fallback location, and tax behavior.
{% endstep %}

{% step %}
**Prepare customers, catalog, and inventory**

Maintain guest/default customers or templates, catalog defaults, variant axes, and MSI source assignments.
{% endstep %}

{% step %}
**Run four individual tests**

Test connection, a simple item, inventory for one source, and an order. Verify each result in BC, Magento, and the logs.
{% endstep %}
{% endstepper %}

### What's Next?

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Check Setup Health</strong></td><td>Surface open required items before go-live.</td><td><a href="/pages/sDlF6rhnmqhoLNpEIrEw">/pages/sDlF6rhnmqhoLNpEIrEw</a></td></tr><tr><td><strong>Complete Mapping Hub</strong></td><td>Finish all business mappings in a controlled manner.</td><td><a href="/pages/dUS8p7LHyEalpfct6mRC">/pages/dUS8p7LHyEalpfct6mRC</a></td></tr><tr><td><strong>Prepare Go-Live</strong></td><td>Work through the full checklist in sandbox and production.</td><td><a href="/pages/Nt3bf0toJSPb3oLn2arb">/pages/Nt3bf0toJSPb3oLn2arb</a></td></tr></tbody></table>

{% hint style="success" %}
The best first success is a simple test item with a clear price, one category, and exactly one MSI source – not the entire production catalog.
{% endhint %}


---

# 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://docs.solutioo.de/magento-2-api-connector/magento2_en_us/getting-started/quick-start-in-15-minutes.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.
