Litium connect ERP 2.0 shipment API additionalinfo

Anyone that used the api that managed to get additionalinfo imported to delivery?
Since trackingurl isnt avaliable at all inte api i thought that we could use additionalinfo to get around that but we haven’t managed to get the additionalinfo included in request to be added to delivery. The API isnt very good at telling when something is wrong so perhaps we are just doing it wrong.

Anyone that that more luck with this?
I have a reported bug for this that is “under investigation” but maybe i am just doing it wrong.
Could also be that i am just looking in the wrong place. Where are for example additionalinfo on orderrow supposed to end up in litium?

/Litium/api/connect/erp/orders/LS100086/shipments?api-version=2.0
{
“additionalInfo”: {
“trackingInfo”: “testnummer1”
},
“shippingMethod”: “KSS”,
“rows”: [
{
“articleNumber”: “45312”,
“quantity”: “1.0”,
“additionalInfo”: {
“trackingInfo”: “testnummer2”
}
}
]
}

Litium version: 7.6.1

As you described there is a bug yes but you can do a work around and use the Admin API to update the Order Delivery.

Take a look at these:
https://docs.litium.com/api-reference/api?product=Litium.AdminWebApi&version=7.6&xref=Sales.Order

And here is how to use jsonpatch:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.