Artikel aus Shopware importieren und mit ERPNext Items verknüpfen #13

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

Shopware-Produkte über die Admin API abrufen und als ERPNext Items anlegen:

  • Endpoint: GET /api/product (mit Pagination)
  • Felder: Name, Artikelnummer, Beschreibung, Kategorie
  • Shopware Product ID in einem Custom Field am ERPNext Item speichern
  • Bereits vorhandene Items (gleiche Artikelnummer) nicht doppelt anlegen
  • Implementierung in shopware6/api/product.py
Shopware-Produkte über die Admin API abrufen und als ERPNext Items anlegen: - Endpoint: `GET /api/product` (mit Pagination) - Felder: Name, Artikelnummer, Beschreibung, Kategorie - Shopware Product ID in einem Custom Field am ERPNext Item speichern - Bereits vorhandene Items (gleiche Artikelnummer) nicht doppelt anlegen - 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#13
No description provided.