Customer Group
Retrieves a list of customers from a vendor's customer group, with pagination and filter options.
The number of results to return.
10The starting point for the result set.
0A parameter to toggle count behavior.
0Successfully retrieved the customer list.
1Successfully got customer listBad Request
Internal Server Error
Creates a new customer group using form data.
The name of the customer group.
Successfully created the customer group.
Bad Request
Internal Server Error
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.
1Successfully update customer group statusBad Request
Customer Group Not Found
Internal Server Error
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.
1Successfully got customer groups detailCustomer Group Not Found
Internal Server Error
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.
1Successfully updated customer groupBad Request
Customer Group Not Found
Internal Server Error
Deletes a specific customer group by its ID.
The ID of the customer group to delete.
Successfully deleted the customer group.
1Successfully deleted customer groupCustomer Group Not Found
Internal Server Error
Last updated