---
title: "POST /api/third/queue-slips/checkouts"
method: POST
path: "/api/third/queue-slips/checkouts"
tags: ["api", "queue-slips"]
---

# POST /api/third/queue-slips/checkouts

`POST /api/third/queue-slips/checkouts`

Create checkout queue slip populator job

## Request body

- POSTQueueSlipsCreateCheckoutQueueSlipPopulatorJob
  - `queueId` string, required
  - `printTickets` boolean
  - `printTicketsFormat` 'A4' | 'LETTER' | 'LEGAL' | 'BOARDING-PASS' | 'PLASTIC-CARD' | 'CARD' | 'LABEL' | 'CUSTOM' | 'APPLE' | 'GOOGLE' — The format of a document template to filter for
  - `printDeliveryNote` boolean
  - `customDeliveryNote` object
    - `name` string
    - `company` string
    - `address` object
      - `fullAddress` string, nullable — Optional full address
      - `street` string, nullable — The street of the address. Street name including number.
      - `line2` string, nullable — The additional field of the address.
      - `postal` string, nullable — The postal code of the address.
      - `city` string, nullable — The city of the address.
      - `country` string, nullable — The country of the address. An ISO 3166 country code.
      - `state` string, nullable — The state of the address. If applicable
  - `printInvoice` boolean
  - `printReceipt` boolean
  - `splitSeasonTickets` boolean
  - `splitSeasonTicketsEventIds` string[]
  - `printVoucher` boolean
  - `printVouchersFormat` 'A4' | 'LETTER' | 'LEGAL' | 'BOARDING-PASS' | 'PLASTIC-CARD' | 'CARD' | 'LABEL' | 'CUSTOM' | 'APPLE' | 'GOOGLE' — The format of a document template to filter for
  - `filter` object, required
    - `checkoutId` string
    - `deliveryType` union[]
      - union
        - 'HARD'
        - 'VIRTUAL'
    - `fulfillmentTypeId` string
    - `printStatus` union[]
      - union
        - 'SUCCEEDED'
        - 'ABORTED'
        - 'FAILED'
        - 'PENDING'
        - 'REPRINT'
    - `paymentStatus` union[]
      - union
        - 'AWAITING'
        - 'PENDING'
        - 'RECEIVED'
        - 'REFUND'
        - 'CANCELED'
        - 'FAILED'
        - 'DISPUTE'
        - 'CHARGEBACK'
        - 'POS-RECEIVED'
        - 'POS-CANCELED'
        - 'LOCAL-PENDING'
        - 'LOCAL-AWAITING'
        - 'LOCAL-RECEIVED'
        - 'EXTERNAL'
    - `status` union[]
      - union
        - 'NEW'
        - 'ABORTED'
        - 'COMPLETE'
    - `name` string
    - `email` string
    - `seller` string[]
    - `customer` string[]
    - `start` string, date-time
    - `end` string, date-time

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
