Automatic Order Creation
In auto mode, the connector creates a Shopware order immediately upon transfer — without any manual intervention. This is ideal for fully automated procurement processes where an order should be placed directly after the punchout session.
Activating Auto Mode
The transmission mode is configured per system:
- Open the desired OCI or cXML system in the admin
- Go to Tab General → Transmission Mode
- Select "Automatic"
Setting Payment and Shipping Method
In auto mode, the connector needs a payment method and a shipping method to create the order. These are also configured in the General tab of the system:
| Setting | Description |
|---|---|
| Payment method | Shopware payment method used for automatically created orders (e.g. "Invoice") |
| Shipping method | Shopware shipping method for automatically created orders |
Without a payment and shipping method, automatic order creation will fail. The transmission will remain in the "Transferred" status and show an error in that case.
Flow in Auto Mode
Buyer clicks "Transfer"
│
▼
Cart payload is stored
│
▼
Connector reconstructs the cart
│
▼
Shopware order is created automatically
│
▼
Transmission → Status: "Order created"
Order number is stored in the transmission
│
▼
Buyer is redirected to the hook URL of the procurement system
The entire order creation happens invisibly and synchronously for the buyer during the transfer process.
Difference to Manual Mode
| Manual | Automatic | |
|---|---|---|
| Order is created | After manual click in admin | Immediately on transfer |
| Intervention needed | Yes, by an admin user | No |
| Suitable for | Processes with manual review | Fully automated procurement |
| Payment/shipping method | Required | Required |
Viewing the Order Afterwards
After a successful automatic order creation, the order can be found:
- In the transmission detail view (directly linked)
- Under Orders in the Shopware Admin
The transmission then shows the status "Order created" and the associated order number.