General Admin-API Info
The Admin API is used to create integrations with external systems and the API provides CRUD operations for each entity. For all B2Bsellers entities there are automatically created API endpoints from Shopware 6.
This makes the B2Bsellers Suite as well as Shopware 6 completely API-driven.
For more information, please take a look at the shopware 6 doku:
Bulk Payloads
You want to transfer multiple items to Shopware 6 at once, then you can also use SYNC API on all Shopware 6 entities.
For more information, please refer to the official Shopware 6 documentation:
More Information: https://shopware.stoplight.io/docs/admin-api/faf8f8e4e13a0-bulk-payloads
An excerpt from the Shopware doc:
The Sync API is an extension of the Admin API that allows you to perform multiple write operations (create/update and delete) at the same time. All entities that can be written via the Admin API can also be written via the Sync API.
The endpoint is located at
and expects payloads via POST and Content-Type: application/json.
Example Request
Last updated