View set for the model ProductVariation.

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

{
    "id": 266,
    "url": "https://api.purplme.com/products/30/variations/266/?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 DSL Freeze",
    "variations": [
        {
            "id": 141,
            "url": "https://api.purplme.com/variants/7/variations/141/?format=api",
            "variant": {
                "id": 7,
                "url": "https://api.purplme.com/variants/7/?format=api",
                "name": "Quota"
            },
            "value": "FREEZE"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "2.84"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/30/variations/266/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:36.935094Z",
    "datetime_updated": "2025-09-18T13:23:20.297717Z"
}