The unique identifier of the completed standard order
Vista Digital Platform (V1)
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/orders/completed/{orderId}/assets/google-wallet-pass
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/orders/completed/{orderId}/assets/google-wallet-pass' \
-H 'Connect-Region-Code: string'{ "jwt": "eyJhbGci6IkpXVCJ9.eyJhdWQiO...6EkC1Ahp6A", "url": "https://pay.google.com/gp/v/save/eyJhbGci6IkpXVCJ9.eyJhdWQiO...6EkC1Ahp6A" }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/orders/completed/{orderId}/assets/calendar-event
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/orders/completed/{orderId}/assets/calendar-event' \
-H 'Connect-Region-Code: string'- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/orders/completed/{orderId}/assets/apple-wallet-pass
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/orders/completed/{orderId}/assets/apple-wallet-pass' \
-H 'Connect-Region-Code: string'Request
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.
- Vista.Ocapi
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/enterprise/orders/completed/{orderId}/redeemable-items
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/enterprise/orders/completed/{orderId}/redeemable-items' \
-H 'Connect-Region-Code: string'Success
Gets the list of completed order redeemable item base entities
Represents the details of a gift card purchased via an order item line base
Gets the identifier that can be used to uniquely identify the order item line base within the completed gift shop order
Gets the type
{ "redeemableItems": [ { … } ] }