Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
CustomersAccessor
Class CustomersAccessor
Hierarchy (
View Summary
)
ElementListAccessor
<
Customer
,
FindCustomersQuery
,
CreateCustomerRequest
>
CustomersAccessor
Index
Constructors
constructor
Methods
find
find
All
create
Constructors
constructor
new
CustomersAccessor
(
client
:
IntegrationAppApiClient
)
:
CustomersAccessor
Parameters
client
:
IntegrationAppApiClient
Returns
CustomersAccessor
Methods
find
find
(
query
?:
FindCustomersQuery
)
:
Promise
<
PaginationResponse
<
Customer
>
>
Parameters
Optional
query
:
FindCustomersQuery
Returns
Promise
<
PaginationResponse
<
Customer
>
>
find
All
findAll
(
query
?:
Omit
<
FindCustomersQuery
,
"limit"
>
)
:
Promise
<
Customer
[]
>
Parameters
Optional
query
:
Omit
<
FindCustomersQuery
,
"limit"
>
Returns
Promise
<
Customer
[]
>
create
create
(
data
:
CreateCustomerRequest
)
:
Promise
<
Customer
>
Parameters
data
:
CreateCustomerRequest
Returns
Promise
<
Customer
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
find
All
create
Console
SDK
REST API
Integration App React - v2.13.2
Loading...