View set for the model ProductVariation.

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

{
    "id": 858,
    "url": "https://api.purplme.com/products/71/variations/858/?format=api",
    "product": {
        "id": 71,
        "url": "https://api.purplme.com/products/71/?format=api",
        "name": "Ignitia Premium Plan",
        "brand": null
    },
    "description": "Ignitia Premium Plan - 1 Year Discounted",
    "variations": [
        {
            "id": 422,
            "url": "https://api.purplme.com/variants/23/variations/422/?format=api",
            "variant": {
                "id": 23,
                "url": "https://api.purplme.com/variants/23/?format=api",
                "name": "Duration"
            },
            "value": "1 Year Discounted"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "90.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/71/variations/858/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2025-11-17T15:58:48.840495Z",
    "datetime_updated": "2025-11-17T15:58:48.840511Z"
}