View set for the model ProductVariation.

GET /products/21/variations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 30,
            "url": "https://api.purplme.com/products/21/variations/30/?format=api",
            "product": {
                "id": 21,
                "url": "https://api.purplme.com/products/21/?format=api",
                "name": "Adobe Photoshop & Premiere Elements 2025",
                "brand": {
                    "id": 1,
                    "url": "https://api.purplme.com/brands/1/?format=api",
                    "name": "Adobe",
                    "images": "https://api.purplme.com/brands/1/images/?format=api"
                }
            },
            "description": "Adobe Photoshop & Premiere Elements Student Teacher Edition 2025 3 Years",
            "variations": [
                {
                    "id": 1,
                    "url": "https://api.purplme.com/variants/4/variations/1/?format=api",
                    "variant": {
                        "id": 4,
                        "url": "https://api.purplme.com/variants/4/?format=api",
                        "name": "Years"
                    },
                    "value": "3 Years"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "79.71"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/21/variations/30/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:14:50.218935Z",
            "datetime_updated": "2025-09-12T07:30:14.427728Z"
        },
        {
            "id": 29,
            "url": "https://api.purplme.com/products/21/variations/29/?format=api",
            "product": {
                "id": 21,
                "url": "https://api.purplme.com/products/21/?format=api",
                "name": "Adobe Photoshop & Premiere Elements 2025",
                "brand": {
                    "id": 1,
                    "url": "https://api.purplme.com/brands/1/?format=api",
                    "name": "Adobe",
                    "images": "https://api.purplme.com/brands/1/images/?format=api"
                }
            },
            "description": "Adobe Photoshop & Premiere Elements 2025 3 Years",
            "variations": [
                {
                    "id": 1,
                    "url": "https://api.purplme.com/variants/4/variations/1/?format=api",
                    "variant": {
                        "id": 4,
                        "url": "https://api.purplme.com/variants/4/?format=api",
                        "name": "Years"
                    },
                    "value": "3 Years"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "149.59"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/21/variations/29/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:14:49.931837Z",
            "datetime_updated": "2025-09-12T07:30:14.378330Z"
        }
    ]
}