/
PA
packtpublishing
/
Sample Ecommerce App
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 39m ago · Updated 1mo ago
Details
Filter operations
address
4
card
4
cart
7
customer
5
get
Returns all customers
get
Returns a customer
delete
Deletes the customer
get
Returns all customer's cards
get
Returns all customer's addresses
order
3
payment
2
product
2
shipment
1
shipping
1
customer
Returns all customers
Returns all customers, or empty collection if no use found
get
/api/v1/customers
Response
For successful fetch.
User[]
required
id
string
username
string
firstName
string
lastName
string
email
string
password
string
phone
string
userStatus
string
Changes