Customers > Customers > customers
GET:customers.json
Description
Get specific customers of a given shop.
This is a typical bulk get endpoint.
Permission bit: "customers.read"
Topic: Customers
Arguments
Include deleted items into result where applicable
List of customer ids. See also: Unique Identifiers
Example: ["cu_EQzGqWoY"]
When asking for multiple items, allow returning less than was asked (in case some are missing)
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Result
[Customer!]
Preview (typescript)
Loading module