List Customer Groups
GET
/admin/customer-groups
Customer Groups
name
or `id. The customer groups can also be sorted or paginated.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.medusa-commerce.com/admin/customer-groups'
Response Response Example
200 - Example 1
{
"count": 0,
"offset": 0,
"limit": 0,
"customer_groups": [
{
"id": "cgrp_01G8ZH853Y6TFXWPG5EYE81X63",
"name": "VIP",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"customers": [
{}
],
"price_lists": [
{}
],
"metadata": {
"car": "white"
}
}
]
}
Request
Query Params
q
string
optional
offset
integer
optional
order
string
optional
discount_condition_id
string
optional
id
string
optional
name
array[string]
optional
lt
array[string]
optional
Example:
["",""]
gt
array[string]
optional
Example:
["",""]
lte
array[string]
optional
Example:
["",""]
gte
array[string]
optional
Example:
["",""]
limit
integer
optional
expand
string
optional
Responses
Modified at 2023-10-10 11:56:36