---
title: "Get Checkout Attributes"
method: GET
path: "/commerce/checkouts/{checkoutId}/attributes"
tags: ["Checkout"]
---

# Get Checkout Attributes

`GET /commerce/checkouts/{checkoutId}/attributes`

Gets the list of attributes specified by checkout Id.

## Path parameters

- `checkoutId` string, required

## Query parameters

- `responseFields` string

## Response `200`

OK

- CommerceRuntimeOrderAttribute[]
  - `attributeDefinitionId` integer, nullable
  - `auditInfo` CoreApiContractsAuditInfo
    - `createBy` string, nullable
    - `createDate` string, date-time, nullable
    - `updateBy` string, nullable
    - `updateDate` string, date-time, nullable
  - `fullyQualifiedName` string, nullable
  - `values` unknown[], nullable
    - unknown

---

[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)
