W dniu 27.06.2023 udostępniono nową wersję usługi Delivery, która w odpowiedzi zwraca nowy element returnedQuantity - informacje o zwrotach niezafakturowanych towarów, przykład odpowiedzi z informacją returnedQuantity:
[
{
"id": "111111/XXX/2023",
"orderId": "222222/XXX/2023",
"billTo": "111111",
"shipTo": "222222",
"shipFrom": "XXX",
"deliveryMethod": "I",
"creationDate": "2023-06-01T10:52:46+02:00",
"currencyCode": "PLN",
"lines": [
{
"index": "D4-1594C",
"sku": "E15554",
"name": "Zestaw naprawczy zacisku hamulcowego",
"shippedQuantity": 1,
"returnedQuantity”: 1,
"unitPriceNet": 57.89,
"unitPriceGross": 71.2,
"vatPercentage": 23,
"totalNet": 57.89,
"totalGross": 71.2
}
]
}
]
