Kategorien aus Shopware importieren und in ERPNext abbilden #12

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

Shopware-Kategorien über die Admin API abrufen und in ERPNext abbilden:

  • Endpoint: GET /api/category (mit Pagination)
  • Mapping: Shopware Category ID → ERPNext Item Group
  • Hierarchie erhalten (Parent-Child-Beziehung)
  • Bereits vorhandene Kategorien nicht doppelt anlegen
  • Implementierung in shopware6/api/category.py
Shopware-Kategorien über die Admin API abrufen und in ERPNext abbilden: - Endpoint: `GET /api/category` (mit Pagination) - Mapping: Shopware Category ID → ERPNext Item Group - Hierarchie erhalten (Parent-Child-Beziehung) - Bereits vorhandene Kategorien nicht doppelt anlegen - Implementierung in `shopware6/api/category.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#12
No description provided.