Artikel aus ERPNext nach Shopware pushen #16

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

ERPNext Items nach Shopware pushen (ERPNext ist führendes System):

  • Neuen Artikel in Shopware anlegen falls noch nicht vorhanden (POST /api/product)
  • Vorhandenen Artikel aktualisieren (PATCH /api/product/{id})
  • Felder: Artikelnummer, Name, Aktiv-Status
  • Shopware Product ID nach erfolgreichem Push im ERPNext Item speichern
  • Implementierung in shopware6/api/product.py
ERPNext Items nach Shopware pushen (ERPNext ist führendes System): - Neuen Artikel in Shopware anlegen falls noch nicht vorhanden (`POST /api/product`) - Vorhandenen Artikel aktualisieren (`PATCH /api/product/{id}`) - Felder: Artikelnummer, Name, Aktiv-Status - Shopware Product ID nach erfolgreichem Push im ERPNext Item speichern - Implementierung in `shopware6/api/product.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#16
No description provided.