> For the complete documentation index, see [llms.txt](https://docs.b2b-sellers.com/b2b-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2b-sellers.com/b2b-platform/3/developer-guides/b2bsellers-core-plugin/integration-of-erp-orders-to-shopware-6.md).

# How to import external orders and offers?

## Easiest way: use the B2Bsellers Admin-API Order creation Endpoint

We know that in B2B platforms "store owners" have the requirement that all orders (whether ERP or external sources) are available in the Shopware shop / E-Commerce Platform. \
Although Shopware is already API-driven and it is possible to create an order via the Shopware Admin API for customers, but it needs deep know-how.

For this reason, we at B2Bsellers have created an **absolutely simple ADMIN-API endpoint for creating orders and offers**, which makes it possible to create an order/offer for customers with some less data. \
\
Advantages of our "simple order creation admin api" are:

* You don't have to use UUIDs, you can also use article numbers, order numbers, customer numbers.
* Specify the product type "custom" and the product does NOT have to exist in shopware.
* Performance: With our API it is possible to create many records at once.

Here you'll find the documentation of the ["Simple order creation" Admin-API Endpoint](/b2b-platform/3/api-references/admin-api/order-import-endpoint.md)

{% content-ref url="/pages/QkaxxjDzezXDDd9UWs2m" %}
[Order Import Endpoint](/b2b-platform/3/api-references/admin-api/order-import-endpoint.md)
{% endcontent-ref %}

{% hint style="warning" %}
We are working on the easiest way for quote creation via admin-api! Please stay tuned!
{% 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:

```
GET https://docs.b2b-sellers.com/b2b-platform/3/developer-guides/b2bsellers-core-plugin/integration-of-erp-orders-to-shopware-6.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.
