View set for the model ProductVariation.

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

{
    "id": 366,
    "url": "https://api.purplme.com/products/44/variations/366/?format=api",
    "product": {
        "id": 44,
        "url": "https://api.purplme.com/products/44/?format=api",
        "name": "MOBI Recharge",
        "brand": {
            "id": 21,
            "url": "https://api.purplme.com/brands/21/?format=api",
            "name": "MOBI",
            "images": "https://api.purplme.com/brands/21/images/?format=api"
        }
    },
    "description": "Mobi - 4M / 200 GB",
    "variations": [
        {
            "id": 192,
            "url": "https://api.purplme.com/variants/13/variations/192/?format=api",
            "variant": {
                "id": 13,
                "url": "https://api.purplme.com/variants/13/?format=api",
                "name": "Speed"
            },
            "value": "4 Mbps"
        },
        {
            "id": 194,
            "url": "https://api.purplme.com/variants/12/variations/194/?format=api",
            "variant": {
                "id": 12,
                "url": "https://api.purplme.com/variants/12/?format=api",
                "name": "Capacity"
            },
            "value": "200 GB"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "15.15"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/44/variations/366/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2025-08-29T13:15:54.001084Z",
    "datetime_updated": "2025-09-18T13:37:36.650196Z"
}