You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Order type has a history field which lists out all OrderHistoryEntry items. It is currently exposed in both the Shop and Admin APIs.
Notes added to the history may only be intended for other administrators. These should be marked as isPrivate: true, which is not currently possible.
Describe the solution you'd like
Add the isPrivate field to the AddNoteToOrderInput and also add a checkbox in the admin UI which defaults to private.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
Order
type has ahistory
field which lists out all OrderHistoryEntry items. It is currently exposed in both the Shop and Admin APIs.Notes added to the history may only be intended for other administrators. These should be marked as
isPrivate: true
, which is not currently possible.Describe the solution you'd like
Add the
isPrivate
field to the AddNoteToOrderInput and also add a checkbox in the admin UI which defaults to private.The text was updated successfully, but these errors were encountered: