Run in Apifox
Retrieve a list of customer groups. The customer groups can be filtered by fields such as name or `id. The customer groups can also be sorted or paginated.
Request Code Samples
curl --location '/admin/customer-groups' Responses application/json
Generate Code
{
"count" : 0 ,
"offset" : 0 ,
"limit" : 0 ,
"customer_groups" : [
{
"id" : "cgrp_01G8ZH853Y6TFXWPG5EYE81X63" ,
"name" : "VIP" ,
"created_at" : "2019-08-24T14:15:22.123Z" ,
"updated_at" : "2019-08-24T14:15:22.123Z" ,
"deleted_at" : "2019-08-24T14:15:22.123Z" ,
"customers" : [
{ }
] ,
"price_lists" : [
{ }
] ,
"metadata" : {
"car" : "white"
}
}
]
}
Modified at 2024-05-23 07:10:14