v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Customer Group Children

Get customer ids of the specific customer group.

To get customer ids of the specific customer group.<br>獲取顧客分群的 ID。

get/customer_groups/{parentCustomerGroupId}/customer_group_children/{id}/customer_ids

Path parameters

idstring required

The customer group ID

parentCustomerGroupIdstring required

The parent customer group ID

Query parameters

previous_idstring

The last ID of the customer_ids in the previous request.

Response

OK

customer_idsstring[]
last_idstring

Example response

{
  "customer_ids": [
    "5ce0d084e388096bdb229a59"
  ],
  "last_id": "6a00d084e388096bdb229a60"
}