# OrderCreateCustomAttributeInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a note attribute for an order. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2024-10/scalars/String): String! - The key or name of the custom attribute. * [value](/docs/api/admin-graphql/2024-10/scalars/String): String! - The value of the custom attribute. ## Input objects with this input object * [OrderCreateOrderInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateOrderInput) ## Examples