GET:return_notes.json
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
Query Parameters
ids: Comma-separated array of String, required
List of return note ids. See also: Unique Identifiers
Example: ?ids=nr_EQzGqWoY,nr_EQzGqWoY
Unique return identifier. See also: Unique Identifiers
Example: ?return_id=rt_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Response Body
Array of Note
Response Body Type
Loading module