Returns > Returns > returnNotes
Commerce APIReturnsReturnsreturnNotes
returnNotes
GET:return_notes.json

Description

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

Note that you either provide ids or return_id.

This is a typical bulk get endpoint.

Permission bit: "return_notes.read"

Topic: Returns

Arguments

ids: [String!]

List of return note ids. See also: Unique Identifiers

Example: ["nr_EQzGqWoY"]


return_id: String!

Unique return identifier. See also: Unique Identifiers

Example: "rt_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Note!]

Preview (typescript)

Loading module