Customer Group
Last updated
Last updated
Retrieves the details of a specific customer group by its ID.
The ID of the customer group to retrieve.
Successfully retrieved the customer group details.
Deletes a specific customer group by its ID.
The ID of the customer group to delete.
Successfully deleted the customer group.
Retrieves a list of customers from a vendor's customer group, with pagination and filter options.
The number of results to return.
10
The starting point for the result set.
0
A parameter to toggle count behavior.
0
Successfully retrieved the customer list.
Creates a new customer group using form data.
The name of the customer group.
Successfully created the customer group.
Updates the status of a specific customer group by its ID.
The ID of the customer group to update.
The new status of the customer group (e.g., 0 for inactive, 1 for active).
The ID of the customer group being updated.
Successfully updated the customer group status.
Updates the details of a specific customer group by its ID.
The ID of the customer group to update.
The ID of the customer group being updated.
The new name for the customer group.
Successfully updated the customer group.