In der Implementierung der neuen OAuth-Schnittstelle für UPS steckt ein massiver Bug, wodurch es derzeit nicht möglich ist, Mehrpaketsendungen zu erstellen. Wurde vom JTL-Support als solcher bestätigt, einen (öffentlichen) Eintrag im IssueTracker oder einen Hotfix gibt es aber bisher noch nicht. Der vorgeschlagene Workaround "Teillieferungen" ist leider kein gangbarer Weg, da dadurch für jedes Paket Lieferschein, Versandmail und Rechnung einzeln angelegt werden und die Pakete nicht konsolidiert geliefert werden. Bei 5-6 Paketen finden das unsere Geschäftskunden sicher spannend.
Fehlermeldung in JTL:
Meldung: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type ' Shipping.UPS.Oauth.Service.Contracts.ShipService.Data.PackageResultsType' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '', line 1, position 1.
Code: 1200001
ID: 7446548f-f515-4e6e-b711-e7a9023a1be9
Typ: Error
Source: JTLShipping
Fehlermeldung in JTL:
Meldung: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type ' Shipping.UPS.Oauth.Service.Contracts.ShipService.Data.PackageResultsType' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '', line 1, position 1.
Code: 1200001
ID: 7446548f-f515-4e6e-b711-e7a9023a1be9
Typ: Error
Source: JTLShipping