---
title: "List radio product options"
method: GET
path: "/1/radios/{radio_product_id}/options"
tags: ["Radio Product Options"]
---

# List radio product options

`GET /1/radios/{radio_product_id}/options`

This endpoint allows you to retrieve all the option attach to a radio product.

## Path parameters

- `radio_product_id` integer, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 0cc1b8a9RadioProductOptionShop[]
    - `id` integer, required — Unique identifier of the resource `RadioProductOptionShop`
    - `quantity` integer, required
    - `price` number, required
    - `type` integer, required — Type of the resource `RadioProductOptionShop`
    - `option_subject_id` integer, required
    - `option_subject_type` string, required
    - `option_subject_name` string, required
    - `created_at` integer, required — Timestamp `RadioProductOptionShop` has been created
    - `ended_at` integer, required — Timestamp `RadioProductOptionShop` has ended

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
