Manage Buyer
Last updated
Last updated
This endpoint retrieves the total count of customers.
/admin-customer/customer-count
This endpoint retrieves the list of customers with optional filters such as customer group, date, email, and name.
/admin-customer
Filter by customer group
Filter by date
Search by keyword
Filter by email address
Filter by customer name
Limit the number of results
Offset for pagination
Indicates if only count is returned (1 for count, 0 for list)
Filter by customer status
Bearer token for authentication.
This endpoint allows the creation of a new customer with the provided details.
/admin-customer
Bearer token for authentication.
75
test
test@gmail.com
4364536456
Picco123@
Picco123@
0
1
2
This endpoint retrieves the list of customer groups with optional filters such as keyword, limit, and offset.
/customer-group
Limit the number of results
Offset for pagination
Search by keyword
Indicates if only count is returned (1 for count, 0 for list)
Bearer token for authentication.
This endpoint retrieves the current system settings.
/settings
Retrieves the details of a specific customer by their ID
/admin-customer/customer-detail/{id}
ID of the customer
Bearer token for authentication.
Updates the details of a specific customer
/admin-customer/{id}
ID of the customer
Bearer token for authentication.