# OrderCreateCustomAttributeInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a note attribute for an order.

### Access Scopes



## Fields
* [key](/docs/api/admin/2025-01/scalars/String): String! - The key or name of the custom attribute.
* [value](/docs/api/admin/2025-01/scalars/String): String! - The value of the custom attribute.


## Input objects with this input object
* [OrderCreateOrderInput](/docs/api/admin/2025-01/input-objects/OrderCreateOrderInput)


## Examples