---
title: "Get Customer Checkout Settings"
method: GET
path: "/commerce/settings/checkout/customercheckoutsettings"
tags: ["CheckoutSettings"]
---

# Get Customer Checkout Settings

`GET /commerce/settings/checkout/customercheckoutsettings`

Retrieves existing customer checkout settings including the checkout type, which determines whether the customer must be logged in when placing an order. Also lists any custom customer checkout attributes.

## Query parameters

- `responseFields` string

## Response `200`

OK

- CustomerCheckoutSettings — Checkout requirements for customers, for example, whether they must login before purchasing from your store. Other customized checkout requirements can be defined.
  - `auditInfo` AdminUserAuditInfo
    - `createBy` string, nullable
    - `createDate` string, date-time, nullable
    - `updateBy` string, nullable
    - `updateDate` string, date-time, nullable
  - `customerCheckoutType` string, nullable — Checkout login setting. Value can be either "LoginOptional," where shoppers are prompted to sign in but are not required to do so, or "LoginRequired," where shopppers must login before purchasing.

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
