NoteAttributes
Exposes custom note attributes linked to orders or draft orders as key–value pairs for workflow and reporting.
Columns
| Name | Type | References | Description |
| OrderId | Long |
Orders.Id | The unique numeric identifier of the order associated with this note attribute. |
| OrderUpdatedAt | Datetime | The date and time when the order containing this note attribute was last updated. | |
| Name | String | The name or key of the note attribute, representing a custom label or field defined by the merchant or app. | |
| Value | String | The value assigned to the note attribute, typically used to capture custom information about the order (for example, gift message, delivery instructions, or internal notes). |