POST:return_notes.json
Commerce APIPOST:return_notes.json

POST:return_notes.json

Description

Modify one or multiple return notes.

Permission bit: "return_notes.modify"

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


return_id: String, required

Unique return identifier. See also: Unique Identifiers

Example: ?return_id=rt_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of NoteModify

[
  {
    "raw_content": "[]"
  }
]

Response Body

Array of Note

Response Body Type

Loading module