Customer Groups

Get customer ids of the specific customer group.

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

get/customer_groups/{id}/customer_ids

Path parameters

idstring required

The 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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.