GET:order_notes.json
Commerce APIGET:order_notes.json

GET:order_notes.json

Description

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

Note that you either provide ids or order_id.

This is a typical bulk get endpoint.

Permission bit: "order_notes.read"

Topic: Orders

Query Parameters

ids: Comma-separated array of String, required

List of order note ids. See also: Unique Identifiers

Example: ?ids=no_EQzGqWoY,no_EQzGqWoY


order_id: String, required

Unique order identifier. See also: Unique Identifiers

Example: ?order_id=or_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

Array of Note

Response Body Type

Loading module