---
title: "List customers with access to a variant"
method: GET
path: "/v3/variants/{id}/customers"
tags: ["Business Products"]
---

# List customers with access to a variant

`GET /v3/variants/{id}/customers`

Requires the `product:read` scope.

## Response `200`

Success paginated collection response

- PaginatedCollectionResponseBody — Paginated list payload for v3.
  - `data` unknown[], required
    - unknown
  - `is_paginated` true, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/4354959d76dc/schema)
