---
title: "Get a products options"
method: GET
path: "/api/v1/products/{id}/options"
tags: ["ProductOptions"]
---

# Get a products options

`GET /api/v1/products/{id}/options`

## Path parameters

- `id` integer, required — The product ID

## Response `200`

The products options

- TempestResponseListV1ProductOption
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` V1ProductOption[], nullable
    - `id` integer
    - `product_id` integer
    - `name` string, required
    - `is_required` boolean
    - `type` string, required
    - `size` integer, required
    - `option_items` V1ProductOptionItem[], nullable
      - `id` integer
      - `product_option_id` integer
      - `name` string, required
      - `price` number, double
      - `is_placeholder` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — No product for that ID found
- `422` — Unprocessable product ID - The ID belongs to either a variant or a managed product

---

[API](https://skmtc.dev/ekm/apis/ekm-partner-api.md) · [All operations](https://skmtc.dev/ekm/apis/ekm-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ekm/ekm-partner-api/revisions/853bef073bb3/schema)
