Returns all or specific voided (cancelled) authorizations of the order.
GET /api/v3/orders/{orderNumber}/voids/{voidNumber}
null
{
"cancellations": [
{
"cancellationNo": "C0000033476",
"cancellationItems": [
{
"imageUrl": "https://developer-sandbox.riverty.com/images/black_leather_jacket.jpg",
"quantity": 1,
"productId": "4534-BLK-M",
"vatAmount": 16,
"vatPercent": 19,
"description": "Leather jacket, Black, size M",
"netUnitPrice": 84,
"grossUnitPrice": 100
},
{
"imageUrl": "https://developer-sandbox.riverty.com/images/grey_socks.jpg",
"quantity": 5,
"productId": "5745-GRY-M",
"vatAmount": 1.6,
"vatPercent": 19,
"description": "Socks, Grey, Size M",
"netUnitPrice": 8.4,
"grossUnitPrice": 10
},
{
"imageUrl": "https://developer-sandbox.riverty.com/images/brown_wool_hat.jpg",
"quantity": 1,
"productId": "3323-BRN-M",
"vatAmount": 4.79,
"vatPercent": 19,
"description": "Woolen hat, brown, Size M",
"netUnitPrice": 25.21,
"grossUnitPrice": 30
},
{
"type": "ShippingFee",
"quantity": 1,
"productId": "SHIP",
"vatAmount": 0.8,
"vatPercent": 19,
"description": "Shipping",
"netUnitPrice": 4.2,
"grossUnitPrice": 5
}
],
"cancellationAmount": 300
}
]
}