Customers > Customers > customerNotes
Commerce APICustomersCustomerscustomerNotes
customerNotes
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

Arguments

customer_id: String!

Unique customer identifier. See also: Unique Identifiers

Example: "cu_EQzGqWoY"


ids: [String!]

List of customer note ids. See also: Unique Identifiers

Example: ["nc_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Note!]

Preview (typescript)

Loading module