POST:transfer_notes.json
Commerce APIPOST:transfer_notes.json

POST:transfer_notes.json

Description

Modify one or multiple transfer notes.

Permission bit: "transfer_notes.modify"

Topic: Transfers

Query Parameters

ids: Comma-separated array of String, required

List of transfer note ids. See also: Unique Identifiers

Example: ?ids=nt_EQzGqWoY,nt_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY


transfer_id: String, required

Unique transfer identifier. See also: Unique Identifiers

Example: ?transfer_id=tx_EQzGqWoY

Request Body

Array of NoteModify

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

Response Body

Array of Note

Response Body Type

Loading module