This endpoint will only return redeemable items for completed gift shop order entities. For other types of completed orders, such as completed standard order, this endpoint will return an empty array.
Redeemable item details are intentionally separated from completed gift shop order to avoid exposing sensitive voucher and gift card information.
Returning these details via a dedicated endpoint reduces the attack surface and helps prevent unauthorized access to redeemable items that could have direct financial value.
Success
Order does not exist.
{- "redeemableItems": [
- {
- "orderLineId": "string",
- "type": "Voucher",
- "giftCard": {
- "credentials": {
- "cardNumber": "string",
- "pin": "string"
}, - "expiryDate": "2019-08-24T14:15:22Z"
}
}
]
}