---
title: "Product details"
method: GET
path: "/{companyDomain}/products/{productId}"
---

# Product details

`GET /{companyDomain}/products/{productId}`

Get the details of a specific product

## Path parameters

- `companyDomain` string, required
- `productId` integer, required

## Response `200`

200

- object
  - `productCountryLimitation` object
    - `isAnyCountryAllowed` boolean
    - `countrySettings` object[]
      - `countryIso3` string
      - `addressPermission` integer
  - `productId` integer
  - `name` string
  - `visibility` integer
  - `billingCurrency` string
  - `billingCurrencyTemplate` string
  - `displayName` string
  - `description` string
  - `typeOfProduct` integer
  - `hasPlans` boolean
  - `isShippingAddressRequired` boolean
  - `isShippingAddressValidationRequired` boolean
  - `isBillingAddressValidationRequired` boolean
  - `isAdditionalEmailRequired` boolean
  - `isPhoneNumberRequired` boolean
  - `isMarketingConsentRequired` boolean
  - `numberOfPlans` integer
  - `alertEmail` string

---

[API](https://skmtc.net/billsby/apis/billsby-api.md) · [All operations](https://skmtc.net/billsby/apis/billsby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/billsby/billsby-api/revisions/adcb2fd4c52f/schema)
