> 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/troubleshooting-and-support/known-limitations-in-version-27.10.0.16.md).

# Known Limitations in Version 27.10.0.16

These limitations were identified in the standard code of app version **27.10.0.16**.

### Authentication

The OAuth header uses static signature, nonce, and timestamp values. Do not use OAuth in production without correction and end-to-end testing.

### Download Cockpit

* Presets only mark areas; only **Run Selected** actually starts the run.
* Product Images and Related Items have no execution handler.
* Last Status can show OK despite zero processing, partial API errors, or a missing handler.
* Configurable Parents are terminated as Skipped during product download.

### Orders and Documents

* Downloadable Order Status controls the interactive filter instead of the Selected checkmark.
* The standard job uses hard-coded statuses.
* A configured number series can change global Order Nos.
* The first name can appear twice as the customer name.
* The Magento currency is not transferred to the BC sales document.
* Order Status on Invoice is not applied during invoice upload.

### Credit Memos

The existing document creation generates a **blanket order** instead of a sales credit memo. It also uses the Default Logged Customer and not the full tax/shipping logic of a normal order.

### Prices and Upload Data

Special/tier/customer prices are not consistently wired as a standard workflow. Upload Customer Price, Upload Customer, and Upload All Inventory are not evaluated in Upload Data.

### Catalog and Variants

* `website_ids` not consistently filtered by shop everywhere
* `value_index = 0` in a configurable option routine
* Individual variant payloads without price, weight, or customer-specific axes

### Inventory and Jobs

* Upload Negative Quantity not evaluated in the MSI run
* Last batch can set sync status unreliably
* Many management codeunits have an empty `OnRun`

### Reset, Migration, and Logs

* Reset Magento Data affects items/variants company-wide and not only for the confirmed webshop.
* Migration Verification is read-only only during comparison; re-map actions write mappings.
* Developer log success/error filters do not work reliably; automatic log retention is missing.

{% hint style="danger" %}
These items are operational boundaries, not mere notes. Suspend or correct and test critical processes.
{% 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/troubleshooting-and-support/known-limitations-in-version-27.10.0.16.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.
