---
title: "Retrieve a site's auto checkout settings"
method: GET
path: "/shop/sites/{siteId}/auto-checkout-settings"
tags: ["Sites"]
---

# Retrieve a site's auto checkout settings

`GET /shop/sites/{siteId}/auto-checkout-settings`

Use this endpoint to retrieve auto checkout settings for a site

## Response `200`

A response containing a site's auto checkout settings.

- object
  - `data` AutoCheckoutSettings, required — Properties to be updated in a site's auto checkout settings
    - `checkout_sessions_enabled` boolean, required — Whether to support automation of checking out all sessions from the previous day.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
