Manage Buyer
This endpoint retrieves the total count of customers.
Successfully got the buyer count
1Successfully got the buyer CountSuccessfully got the buyer count
This endpoint retrieves the list of customers with optional filters such as customer group, date, email, and name.
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.
Successfully got the customer list
1Successfully got Customer list.Successfully got the customer list
This endpoint allows the creation of a new customer with the provided details.
Bearer token for authentication.
75test[email protected]4364536456Picco123@Picco123@012Successfully created a new customer
1Buyer created successfullySuccessfully created a new customer
This endpoint retrieves the list of customer groups with optional filters such as keyword, limit, and offset.
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.
Successfully got all customer group list
1Successfully got all customer group ListSuccessfully got all customer group list
Retrieves the details of a specific customer by their ID
ID of the customer
Bearer token for authentication.
Successfully retrieved customer details
1Successfully got buyer detailsCustomer not found
Updates the details of a specific customer
ID of the customer
Bearer token for authentication.
Successfully updated the customer
1Buyer updated successfullyCustomer not found
Last updated