View set for the model ProductVariation.

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

{
    "id": 281,
    "url": "https://api.purplme.com/products/30/variations/281/?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 Platinum 10 Mbps 450 GB",
    "variations": [
        {
            "id": 154,
            "url": "https://api.purplme.com/variants/7/variations/154/?format=api",
            "variant": {
                "id": 7,
                "url": "https://api.purplme.com/variants/7/?format=api",
                "name": "Quota"
            },
            "value": "PLATINUM 10 MBPS 450 GB"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "89.03"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/30/variations/281/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:39.624701Z",
    "datetime_updated": "2025-09-18T13:18:41.560709Z"
}