Files
medusa-store/www/apps/docs/content/references/js-client/classes/internal-8.internal.AdminPostNotesReq.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-10-10 17:47:07 +00:00

1020 B

displayed_sidebar
displayed_sidebar
jsClientSidebar

Class: AdminPostNotesReq

internal.internal.AdminPostNotesReq

Schema

AdminPostNotesReq type: object required:

  • resource_id
  • resource_type
  • value properties: resource_id: type: string description: The ID of the resource which the Note relates to. For example, an order ID. resource_type: type: string description: The type of resource which the Note relates to. For example, order. value: type: string description: The content of the Note to create.

Properties

resource_id

resource_id: string

Defined in

packages/medusa/dist/api/routes/admin/notes/create-note.d.ts:88


resource_type

resource_type: string

Defined in

packages/medusa/dist/api/routes/admin/notes/create-note.d.ts:89


value

value: string

Defined in

packages/medusa/dist/api/routes/admin/notes/create-note.d.ts:90