---
title: "Gets the print streams of an uncollected completed order base that are compatible with the requested printer"
method: GET
path: "/ocapi/v1/orders/completed/{orderId}/print-streams"
tags: ["Completed Orders"]
---

# Gets the print streams of an uncollected completed order base that are compatible with the requested printer

`GET /ocapi/v1/orders/completed/{orderId}/print-streams`

#### Licenses Required


- Vista.Ocapi

## Path parameters

- `orderId` string, required

## Query parameters

- `printTemplateName` string, required
- `languageTag` string

## Headers

- `Connect-Region-Code` string

## Response `200`

Success

- OcapiV1OrdersCompletedOrdersCompletedOrderPrintStreams — Represents the printable print streams for a completed order base
  - `itemCollectionVouchers` string[], required — Gets the printable item collection vouchers
  - `tickets` string[], required — Gets the printable tickets
  - `orderReceipts` string[], required — Gets the printable order receipts

## Other responses

- `400` — Invalid query parameter, or the order is in an invalid state.
- `404` — Order does not exist.

---

[API](https://skmtc.net/vista/apis/vista-digital-platform.md) · [All operations](https://skmtc.net/vista/apis/vista-digital-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vista/vista-digital-platform/versions/3a81c0aed14e/schema)
