View set for the model ProductVariation.

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

{
    "id": 736,
    "url": "https://api.purplme.com/products/60/variations/736/?format=api",
    "product": {
        "id": 60,
        "url": "https://api.purplme.com/products/60/?format=api",
        "name": "Touch Prepaid",
        "brand": {
            "id": 36,
            "url": "https://api.purplme.com/brands/36/?format=api",
            "name": "touch",
            "images": "https://api.purplme.com/brands/36/images/?format=api"
        }
    },
    "description": "Touch START $4.5",
    "variations": [
        {
            "id": 412,
            "url": "https://api.purplme.com/variants/21/variations/412/?format=api",
            "variant": {
                "id": 21,
                "url": "https://api.purplme.com/variants/21/?format=api",
                "name": "Validity"
            },
            "value": "30 days"
        },
        {
            "id": 416,
            "url": "https://api.purplme.com/variants/5/variations/416/?format=api",
            "variant": {
                "id": 5,
                "url": "https://api.purplme.com/variants/5/?format=api",
                "name": "Plan"
            },
            "value": "START"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "5.22"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/60/variations/736/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:16:59.997644Z",
    "datetime_updated": "2025-09-18T12:53:19.555344Z"
}