---
title: "Get all header-level attributes for a call-off order"
method: GET
path: "/commerce/callofforders/{callOffOrderId}/attributes"
tags: ["CallOffOrder"]
---

# Get all header-level attributes for a call-off order

`GET /commerce/callofforders/{callOffOrderId}/attributes`

Get all header-level attributes for a call-off order.

## Path parameters

- `callOffOrderId` string, required

## Query parameters

- `responseFields` string

## Response `200`

OK

- CallOffOrderAttribute[]
  - `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)
