View set for the model ProductVariation.

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

{
    "id": 705,
    "url": "https://api.purplme.com/products/59/variations/705/?format=api",
    "product": {
        "id": 59,
        "url": "https://api.purplme.com/products/59/?format=api",
        "name": "Terranet Recharge",
        "brand": {
            "id": 35,
            "url": "https://api.purplme.com/brands/35/?format=api",
            "name": "Terranet",
            "images": "https://api.purplme.com/brands/35/images/?format=api"
        }
    },
    "description": "Terr Army DSL OS 200GB / 6MB Unlimited / Home",
    "variations": [
        {
            "id": 344,
            "url": "https://api.purplme.com/variants/16/variations/344/?format=api",
            "variant": {
                "id": 16,
                "url": "https://api.purplme.com/variants/16/?format=api",
                "name": "Qouta"
            },
            "value": "ARMY DSL OS 200GB / 6MB UNLIMITED / HOME"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "12.63"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/59/variations/705/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2025-08-29T13:16:55.675913Z",
    "datetime_updated": "2025-09-19T11:29:03.373724Z"
}