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

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

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

Preview the checkout filter

## Query parameters

- `top` integer — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer — The number of objects to skip for the requested result
- `checkoutId` string
- `deliveryType` union
  - union[]
    - union
      - 'HARD'
      - 'VIRTUAL'
  - string — Filter by a comma(,) separated list of deliveryTypes
- `fulfillmentTypeId` string
- `printStatus` union
  - union[]
    - union
      - 'SUCCEEDED'
      - 'ABORTED'
      - 'FAILED'
      - 'PENDING'
      - 'REPRINT'
  - string — Filter by a comma(,) separated list of print statuses
- `paymentStatus` union
  - union[]
    - union
      - 'AWAITING'
      - 'PENDING'
      - 'RECEIVED'
      - 'REFUND'
      - 'CANCELED'
      - 'FAILED'
      - 'DISPUTE'
      - 'CHARGEBACK'
      - 'POS-RECEIVED'
      - 'POS-CANCELED'
      - 'LOCAL-PENDING'
      - 'LOCAL-AWAITING'
      - 'LOCAL-RECEIVED'
      - 'EXTERNAL'
  - string — Filter by a comma(,) separated list of payment statuses
- `status` union
  - union[]
    - union
      - 'NEW'
      - 'ABORTED'
      - 'COMPLETE'
  - string — Filter by a comma(,) separated list of statuses
- `name` string
- `email` string
- `seller` union
  - string[]
  - string — Filter by a comma(,) separated list of sellers
- `customer` union
  - string[]
  - string — Filter by a comma(,) separated list of customers
- `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)
