GET:transfer_notes.json
Commerce APIGET:transfer_notes.json

GET:transfer_notes.json

Description

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

Note that you either provide ids or transfer_id.

This is a typical bulk get endpoint.

Permission bit: "transfer_notes.read"

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

Response Body

Array of Note

Response Body Type

Loading module