Neu Bestellung Versand Status wird nicht übertragen

MoritzCHR

Neues Mitglied
9. November 2020
17
0
Hallo,

ich habe das Problem das wenn ich via customerorder.pull eine Bestellung importiere der Status dieser Bestellung nur einmal übertragen wird.

Ich importiere eine Bestellung welche dann unter Versand -> Aufträge auftaucht.
Ich erstelle eine Zahlung und starte einen Onlineshop Abgleich und bekomme den StatusChange mit CustomerOrderStatus New.
Ich navigiere wieder zu Versand -> Aufträge und liefere den Auftrag aus und starte wieder einen Onlineshop Abgleich.
Dieses mal bekomme ich nichts, mache ich etwas falsch?
 

infastra

Mitglied
21. Oktober 2020
24
1
Hallo Moritz,

versuche doch mal den ShipmentController. Damit solltest du eigentlich einen Auslöser für den Versand erhalten.
 

MoritzCHR

Neues Mitglied
9. November 2020
17
0
Hallo,

ich habe es grade noch einmal damit probiert aber hatte leider immer noch keinen Erfolg.
Meine eingestellten Features:
Ich habe das Push für StatusChange, Shipment DeliveryNote aktiviert.
{
"entities":{
"Category":{
"pull":false,
"push":true,
"delete":true
},
"CategoryAttr":{
"pull":false,
"push":false,
"delete":false
},
"CategoryAttrI18n":{
"pull":false,
"push":false,
"delete":false
},
"CategoryCustomerGroup":{
"pull":false,
"push":false,
"delete":false
},
"CategoryI18n":{
"pull":false,
"push":false,
"delete":false
},
"CategoryInvisibility":{
"pull":false,
"push":false,
"delete":false
},
"Checksum":{
"pull":false,
"push":false,
"delete":false
},
"ConfigGroup":{
"pull":false,
"push":false,
"delete":false
},
"ConfigGroupI18n":{
"pull":false,
"push":false,
"delete":false
},
"ConfigItem":{
"pull":false,
"push":false,
"delete":false
},
"ConfigItemI18n":{
"pull":false,
"push":false,
"delete":false
},
"ConfigItemPrice":{
"pull":false,
"push":false,
"delete":false
},
" CrossSelling":{
"pull":false,
"push":false,
"delete":false
},
"CrossSellingGroup":{
"pull":false,
"push":false,
"delete":false
},
"CrossSellingGroupI18n":{
"pull":false,
"push":false,
"delete":false
},
"CrossSellingItem":{
"pull":false,
"push":false,
"delete":false
},
"Currency":{
"pull":false,
"push":false,
"delete":false
},
"Customer":{
"pull":false,
"push":false,
"delete":false
},
"CustomerAttr":{
"pull":false,
"push":false,
"delete":false
},
"CustomerGroup":{
"pull":false,
"push":false,
"delete":false
},
"CustomerGroupAttr":{
"pull":false,
"push":false,
"delete":false
},
"CustomerGroupI18n":{
"pull":false,
"push":false,
"delete":false
},
"CustomerGroupPackagingQuantity":{
"pull":false,
"push":false,
"delete":false
},
"CustomerOrder":{
"pull":true,
"push":false,
"delete":false
},
"CustomerOrderAttr":{
"pull":false,
"push":false,
"delete":false
},
"CustomerOrderBillingAddress":{
"pull":false,
"push":false,
"delete":false
},
"CustomerOrderItem":{
"pull":false,
"push":false,
"delete":false
},
"CustomerOrderItemVariation":{
"pull":false,
"push":false,
"delete":false
},
"CustomerOrderPaymentInfo":{
"pull":false,
"push":false,
"delete":false
},
"CustomerOrderShippingAddress":{
"pull":false,
"push":false,
"delete":false
},
"DeliveryNote":{
"pull":false,
"push":true,
"delete":false
},
"DeliveryNoteItem":{
"pull":false,
"push":true,
"delete":false
},
"DeliveryNoteItemInfo":{
"pull":false,
"push":false,
"delete":false
},
"FileDownload":{
"pull":false,
"push":false,
"delete":false
},
"FileDownloadI18n":{
"pull":false,
"push":false,
"delete":false
},
"FileUpload":{
"pull":false,
"push":false,
"delete":false
},
"FileUploadI18n":{
"pull":false,
"push":false,
"delete":false
},
"Image":{
"pull":false,
"push":true,
"delete":false
},
"Language":{
"pull":false,
"push":false,
"delete":false
},
"Manufacturer":{
"pull":false,
"push":false,
"delete":false
},
"ManufacturerI18n":{
"pull":false,
"push":false,
"delete":false
},
"MeasurementUnit":{
"pull":false,
"push":false,
"delete":false
},
"MeasurementUnitI18n":{
"pull":false,
"push":false,
"delete":false
},
"MediaFile":{
"pull":false,
"push":false,
"delete":false
},
"MediaFileAttr":{
"pull":false,
"push":false,
"delete":false
},
"MediaFileAttrI18n":{
"pull":false,
"push":false,
"delete":false
},
"MediaFileI18n":{
"pull":false,
"push":false,
"delete":false
},
"PartsList":{
"pull":false,
"push":false,
"delete":false
},
"Payment":{
"pull":false,
"push":false,
"delete":false
},
"Product":{
"pull":false,
"push":true,
"delete":true
},
"Product2Category":{
"pull":false,
"push":true,
"delete":false
},
"ProductAttr":{
"pull":false,
"push":true,
"delete":false
},
"ProductAttrI18n":{
"pull":false,
"push":true,
"delete":false
},
"ProductConfigGroup":{
"pull":false,
"push":false,
"delete":false
},
"ProductFileDownload":{
"pull":false,
"push":false,
"delete":false
},
"ProductI18n":{
"pull":true,
"push":true,
"delete":false
},
"ProductInvisibility":{
"pull":false,
"push":false,
"delete":false
},
"ProductPartsList":{
"pull":false,
"push":false,
"delete":false
},
"ProductPrice":{
"pull":false,
"push":true,
"delete":true
},
"ProductPriceItem":{
"pull":false,
"push":true,
"delete":true
},
"ProductSpecialPrice":{
"pull":false,
"push":true,
"delete":true
},
"ProductSpecialPriceItem":{
"pull":false,
"push":true,
"delete":true
},
"ProductSpecific":{
"pull":false,
"push":true,
"delete":false
},
"ProductStockLevel":{
"pull":false,
"push":true,
"delete":false
},
"ProductType":{
"pull":false,
"push":false,
"delete":false
},
"ProductVarCombination":{
"pull":false,
"push":true,
"delete":false
},
"ProductVariation":{
"pull":false,
"push":true,
"delete":false
},
"ProductVariationI18n":{
"pull":false,
"push":true,
"delete":false
},
"ProductVariationInvisibility":{
"pull":false,
"push":false,
"delete":false
},
"ProductVariationValue":{
"pull":false,
"push":true,
"delete":false
},
"ProductVariationValueDependency":{
"pull":false,
"push":false,
"delete":false
},
"ProductVariationValueExtraCharge":{
"pull":false,
"push":false,
"delete":false
},
"ProductVariationValueI18n":{
"pull":false,
"push":true,
"delete":false
},
"ProductVariationValueInvisibility":{
"pull":false,
"push":false,
"delete":false
},
"ProductWarehouseInfo":{
"pull":false,
"push":false,
"delete":false
},
"Shipment":{
"pull":false,
"push":true,
"delete":false
},
"ShippingClass":{
"pull":false,
"push":false,
"delete":false
},
"Specific":{
"pull":false,
"push":true,
"delete":false
},
"SpecificI18n":{
"pull":false,
"push":true,
"delete":false
},
"SpecificValue":{
"pull":false,
"push":true,
"delete":false
},
"SpecificValueI18n":{
"pull":false,
"push":true,
"delete":false
},
"Statistic":{
"pull":false,
"push":false,
"delete":false
},
"StatusChange":{
"pull":false,
"push":true,
"delete":false
},
"TaxClass":{
"pull":false,
"push":false,
"delete":false
},
"TaxRate":{
"pull":false,
"push":true,
"delete":false
},
"TaxZone":{
"pull":false,
"push":false,
"delete":false
},
"TaxZoneCountry":{
"pull":false,
"push":false,
"delete":false
},
"Unit":{
"pull":false,
"push":false,
"delete":false
},
"UnitI18n":{
"pull":false,
"push":false,
"delete":false
},
"Warehouse":{
"pull":false,
"push":false,
"delete":false
}
},
"flags":{
"var_combination_child_first":true,
"product_images_supported":true,
"category_images_supported":false,
"manufacturer_images_supported":false,
"specific_images_supported":false,
"specific_value_images_supported":false,
"config_group_images_supported":false,
"product_variation_value_images_supported":true,
"variation_products_supported":false,
"variation_combinations_supported":true,
"set_articles_supported":false,
"free_field_supported":true,
"needs_category_root":true,
"translated_attributes_supported":false,
"send_all_acks":false,
"disable_statistics":false,
"needs_finish_call":true
}
}

Ich starte den Abgleich -> Bestellung wird importiert
Ich lege eine Zahlungan
Ich starte den Abgleich -> Ich kriege keine Meldung (Nicht schlimm)
Ich versende die Bestellung
1629967200108.png

Ich starte den Abgleich -> Ich kriege keine Meldung (Eigentlich erwarte ich den Tracking Code "Test")

Was könnte ich vergessen haben?
 
Ähnliche Themen
Titel Forum Antworten Datum
Neu Ich möchte konfigurieren, dass Artikel mit einem Lagerbestand von 0 nicht mehr zu einer Bestellung hinzugefügt werden dürfen Eigene Übersichten in der JTL-Wawi 1
Neu Downloadmodul – Keine Reiter "Downloads" und keine Download nach Bestellung möglich Technische Fragen zu Plugins und Templates 6
Neu Bestellung aus JTL-Shop wird nicht in die Wawi übernommen Allgemeine Fragen zu JTL-Shop 1
Neu Nicht alle Artikel einer Bestellung werden an die WaWi übermittelt Amazon-Anbindung - Fehler und Bugs 3
Neu eazyAuction holt keine Bestellung mehr von Amazon ab, im Logbuch "Fehler" ohne weitere Angabe Amazon-Anbindung - Fehler und Bugs 1
Neu Auftrag automatisch nach Bestellung geht nicht Arbeitsabläufe in JTL-Wawi 2
Neu Plötzlich bei Bestellung beim Lieferanten Menge: "Error" JTL-Wawi - Fehler und Bugs 0
Kein E-Mail-Versand von Versandbestätigung und Zahlungsbestätigung JTL-Wawi 1.10 0
Kein e-Mail Versand aus der Wawi - Fehlermeldung JTL-Wawi 1.11 18
Neu Workflow zum automatischen Stornieren einer Rechnung nach Versand User helfen Usern - Fragen zu JTL-Wawi 4
Artikel ohne Bestandsführung bleiben im Versand hängen. JTL-Wawi 1.9 0
Neu Neues Plugin: DITH ShipNow – Versand-Countdown ⏱️ Plugins für JTL-Shop 0
Neu JTL Shop Versand Preisstaffel mit negativen Werten?? Allgemeine Fragen zu JTL-Shop 0
Kein E-Mail-Versand mit Anhängen möglich JTL-Wawi 1.11 21
In Diskussion Etikett mit Warnung bei Versand drucken JTL-Workflows - Ideen, Lob und Kritik 10
Neu Heute wied kein Versand bei Amazon bestätigt und manueller Abgleich gibt Fehlermeldung aus Amazon-Anbindung - Fehler und Bugs 1
Gelöst Workflow-Trigger für Selbstabholung / FFN-Versand JTL-Workflows - Fehler und Bugs 2
Neu Artikel einstellungen (Versand) User helfen Usern - Fragen zu JTL-Wawi 0
Neu E-Mail von DHL Abschaltung Geschäftskunden-Versand API GKV v3 zum 31.05.2026 Arbeitsabläufe in JTL-Wawi 10
Neu Button Anordnung in Bereich Versand so gewollt? JTL-Wawi - Fehler und Bugs 2
Neu SCX Marktplatz Aufträge hängen im Status Pending JTL-Wawi - Fehler und Bugs 1
Neu How to properly update order status through JTL Shop plugin? Allgemeine Fragen zu JTL-Shop 4
Neu Lister 2.0 Upload Status Amazon-Lister - Fehler und Bugs 0
Neu Paypal Zahlung erfolgreich, Auftrag mit Status Neu im Shop und fehlt in WAWI JTL-Shop - Fehler und Bugs 4

Ähnliche Themen