Orders > Orders > orderNotes
Commerce APIOrdersOrdersorderNotes
orderNotes
GET:order_notes.json

Description

Get all notes of a given order or some specific notes.

Note that you either provide ids or order_id.

This is a typical bulk get endpoint.

Permission bit: "order_notes.read"

Topic: Orders

Arguments

ids: [String!]

List of order note ids. See also: Unique Identifiers

Example: ["no_EQzGqWoY"]


order_id: String!

Unique order identifier. See also: Unique Identifiers

Example: "or_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Note!]

Preview (typescript)

Loading module