Mark a note as read
Notes
Mark a note as read
Mark a note as read. Requires the WRITE_NOTES scope.
PUT
Mark a note as read
Marks the note as read; no request body is needed. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The note's id (Mongo ObjectId).
Response
The note was marked read.

