---
title: "List a customer's product entitlements"
method: GET
path: "/v1/internal/customer/{customerId}/product"
tags: ["CustomerProduct"]
---

# List a customer's product entitlements

`GET /v1/internal/customer/{customerId}/product`

## Path parameters

- `customerId` string, required

## Query parameters

- `statuses` string

## Response `200`

Default Response

- object
  - `items` object[], required
    - `productId` union, required
      - 'accounting'
      - 'advertisingAgent'
      - 'billPay'
      - 'billPayCashAdvance'
      - 'card'
      - 'cashAdvance'
      - 'expense'
      - 'shippingAgent'
    - `status` union, required
      - 'enabled'
      - 'disabled'

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.dev/funneldash/apis/surface-internal-api.md) · [All operations](https://skmtc.dev/funneldash/apis/surface-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/funneldash/surface-internal-api/revisions/bd3f6f40f511/schema)
