View set for model Option.

GET /products/75/options/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 1,
    "url": "https://api.purplme.com/products/75/options/1/?format=api",
    "product": {
        "id": 75,
        "url": "https://api.purplme.com/products/75/?format=api",
        "name": "TogetherAH Food Bundle",
        "brand": {
            "id": 1,
            "url": "https://api.purplme.com/brands/1/?format=api",
            "name": "Adobe",
            "images": "https://api.purplme.com/brands/1/images/?format=api"
        }
    },
    "price": {
        "currency": "USD",
        "value": "0.00"
    },
    "name": "Bundle Size",
    "description": "Number of families fed",
    "datetime_created": "2026-03-20T13:03:38.073443Z",
    "datetime_updated": "2026-03-20T13:03:38.073460Z"
}