Lagerbestand aus ERPNext (1 Warehouse) an alle Storefronts pushen #20

Open
opened 2026-05-10 16:45:13 +00:00 by csaeum · 0 comments
csaeum commented 2026-05-10 16:45:13 +00:00 (Migrated from gitlab.localdomain)

Aktuellen Lagerbestand aus ERPNext auslesen und an alle konfigurierten Shopware Storefronts übertragen:

  • Bestand aus dem im Storefront konfigurierten Warehouse auslesen (Bin DocType)
  • Endpoint: PATCH /api/product/{id}/stock oder über Product-Update
  • Pro Storefront das konfigurierte Warehouse verwenden
  • Negative Bestände als 0 übertragen
  • Implementierung in shopware6/api/stock.py
Aktuellen Lagerbestand aus ERPNext auslesen und an alle konfigurierten Shopware Storefronts übertragen: - Bestand aus dem im Storefront konfigurierten Warehouse auslesen (`Bin` DocType) - Endpoint: `PATCH /api/product/{id}/stock` oder über Product-Update - Pro Storefront das konfigurierte Warehouse verwenden - Negative Bestände als 0 übertragen - Implementierung in `shopware6/api/stock.py`
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Frappe-Projekte/ecommerce_integrations#20
No description provided.