Skip to main content

Adding information about returns of uninvoiced goods

On June 27, 2023, a new version of the Delivery service was made available, which returns a new returnQuantity element in response - information about returns of uninvoiced goods. Example of a response with information about the returned quantity:

[

{

"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

}

]

}

]