View set for the model ProductVariation.

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

{
    "id": 278,
    "url": "https://api.purplme.com/products/30/variations/278/?format=api",
    "product": {
        "id": 30,
        "url": "https://api.purplme.com/products/30/?format=api",
        "name": "Connect Recharge",
        "brand": {
            "id": 8,
            "url": "https://api.purplme.com/brands/8/?format=api",
            "name": "Connect",
            "images": "https://api.purplme.com/brands/8/images/?format=api"
        }
    },
    "description": "Connect FWA Basic 10Mbps 100 GB",
    "variations": [
        {
            "id": 152,
            "url": "https://api.purplme.com/variants/7/variations/152/?format=api",
            "variant": {
                "id": 7,
                "url": "https://api.purplme.com/variants/7/?format=api",
                "name": "Quota"
            },
            "value": "BASIC 10MBPS 100 GB"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "26.87"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/30/variations/278/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:39.102728Z",
    "datetime_updated": "2025-09-18T13:19:09.401624Z"
}