# Integration of ERP orders to Shopware 6

## 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**, which makes it possible to create an order for customers with some less data. \
\
\&#xNAN;*Our Recommendation for ERP-Interfaces and external tools:* \
This API can also be used for ERP systems to transfer all orders from the ERP system into a store. Very simple!

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 %}


---

# 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.b2b-sellers.com/b2b-platform/3/developer-guides/guides-for-erp-interface/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.
