Note Object
Description
Note or comment added to an order, checkout, or other resource.
Declaration
type Note {
date: Date
content: String
user: UserReference
}
Fields
| Name | Type | Description |
|---|---|---|
date | Date | Date when the note was created. |
content | String | Content of the note. |
user | UserReference | User who created the note. |