View set for the model ProductVariation.

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

{
    "id": 619,
    "url": "https://api.purplme.com/products/54/variations/619/?format=api",
    "product": {
        "id": 54,
        "url": "https://api.purplme.com/products/54/?format=api",
        "name": "Shahid Subscription",
        "brand": {
            "id": 43,
            "url": "https://api.purplme.com/brands/43/?format=api",
            "name": "Shahid",
            "images": "https://api.purplme.com/brands/43/images/?format=api"
        }
    },
    "description": "Shahid Vip JOR - 12 M Sub",
    "variations": [
        {
            "id": 68,
            "url": "https://api.purplme.com/variants/2/variations/68/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "12 Months"
        },
        {
            "id": 78,
            "url": "https://api.purplme.com/variants/1/variations/78/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "JO"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "56.42"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/54/variations/619/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2025-08-29T13:16:40.464482Z",
    "datetime_updated": "2026-01-05T14:07:13.940502Z"
}