Customer Group
Last updated
Last updated
Retrieves a list of customers from a vendor's customer group, with pagination and filter options.
/vendor-customer-group
The number of results to return.
The starting point for the result set.
A parameter to toggle count behavior.
Creates a new customer group using form data.
/vendor-customer-group
The name of the customer group.
Updates the status of a specific customer group by its ID.
/vendor-customer-group/status/{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.
Retrieves the details of a specific customer group by its ID.
/vendor-customer-group/{id}
The ID of the customer group to retrieve.
Updates the details of a specific customer group by its ID.
/vendor-customer-group/{id}
The ID of the customer group to update.
The ID of the customer group being updated.
The new name for the customer group.
Deletes a specific customer group by its ID.
/vendor-customer-group/{id}
The ID of the customer group to delete.