GET:customer_notes.json
Commerce APIGET:customer_notes.json

GET:customer_notes.json

Description

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

Note that you either provide ids or customer_id.

This is a typical bulk get endpoint.

Permission bit: "customer_notes.read"

Topic: Customers

Query Parameters

customer_id: String, required

Unique customer identifier. See also: Unique Identifiers

Example: ?customer_id=cu_EQzGqWoY


ids: Comma-separated array of String, required

List of customer note ids. See also: Unique Identifiers

Example: ?ids=nc_EQzGqWoY,nc_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