Konfiguration für die Integration mit Plenty

StatusIDs

  1. Importstatus: Bestellungen in diesem Status werden importiert.
  2. Importiertstatus: Wird nach dem Import gesetzt.
  3. Fehlerstatus: Optional, wird bei Importfehlern gesetzt.
  4. Versandstatus: Optional, vor oder nach dem Upload der Trackinginformationen.

Plenty-Rest-API

  • API-URL: [URL zur Plenty-Rest-API hier einfügen]

WarehouseID

  • WarehouseID: [WarehouseID hier einfügen]

Benutzer im Plenty-System

  • Benutzername: [Benutzername hier einfügen]
  • Passwort: [Passwort hier einfügen]

Berechtigungen für die folgenden Endpunkte

  • items/variations
  • items
  • items/attributes
  • items/attributes/{AttrID}/values
  • items/barcodes
  • items/units
  • orders/{OrderID}
  • orders
  • orders/shipping/package_types
  • orders/shipping/shipping_service_providers
  • orders/shipping/presets
  • orders/referrers
  • orders/shipping/countries
  • orders/statuses
  • orders/{OrderID} (OrderStatus)
  • orders/{OrderID}/shipping/packages (Trackinginformationen)
  • comments (Fehlerinformationen)
  • items/{ItemID}/variations/{VarD}/stock/bookIncomingItems
  • items/{ItemID}/variations/{VarD}/stock/correction

Artikeldaten abrufen

  • GET items/variations?barcode={barcode}& with=variationBarcodes,variationAttributeValues,unit,stock, variationWarehouses
  • GET items
  • GET items/attributes
  • GET items/attributes/{AttrID}/values
  • GET items/barcodes
  • GET items/units

Auftragsdaten abrufen

  • GET orders/{OrderID}&with[]=addresses&with[]=comments&with[]=orderItems. variation&with[]=orderItems.variationBarcodes&with[]=orderItems. warehouseLocations
  • GET orders?statusFrom={StatusID}&statusTo={StatusID} &with[]=addresses&with[]=comments&with[]=orderItems.variation &with[]=orderItems.variationBarcodes&with[]=orderItems.warehouseLocations
  • GET orders/shipping/package_types
  • GET orders/shipping/shipping_service_providers
  • GET orders/shipping/presets
  • GET orders/referrers
  • GET orders/shipping/countries
  • GET orders/statuses

Bestandsaktualisierungen

  • PUT items/{ItemID}/variations/{VarD}/stock/bookIncomingItems
  • PUT items/{ItemID}/variations/{VarD}/stock/correction

Table of Contents