Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Add a field indicating a note "type" to the order notes api #109

Closed
AmandaRiu opened this issue Apr 30, 2018 · 2 comments
Closed

Add a field indicating a note "type" to the order notes api #109

AmandaRiu opened this issue Apr 30, 2018 · 2 comments

Comments

@AmandaRiu
Copy link

We'd like to create a view in the mobile app that visually distinguishes between different types of notes:

  • System status
  • Note to customer
  • Private note

The API currently only provides customer_note=true|false which is fine for determining a public vs private note, but no data is provided that would allow us to flag a note as "system generated". Wp-admin uses different colors to represent the system generated status so it looks like something we do track:

screen shot 2018-04-30 at 4 24 21 pm

@aforcier
Copy link

aforcier commented May 9, 2018

It looks like this is already supported in the V3 API, so I assume we'd be able to use it once V3 is rolled out to core.

The notes returned from the API will have an author field, which is either "system" or a username on the site.

@claudiosanches
Copy link
Contributor

Closing since it's already part of v3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants