View set for the model ProductVariation.

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

{
    "id": 851,
    "url": "https://api.purplme.com/products/54/variations/851/?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 INT - 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": 410,
            "url": "https://api.purplme.com/variants/1/variations/410/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "UN"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "97.60"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/54/variations/851/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-09-12T07:30:55.357175Z",
    "datetime_updated": "2025-09-12T07:30:55.385101Z"
}