View set for the model ProductVariation.

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

{
    "id": 624,
    "url": "https://api.purplme.com/products/54/variations/624/?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 KW - 3 M Sub",
    "variations": [
        {
            "id": 70,
            "url": "https://api.purplme.com/variants/2/variations/70/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "3 Months"
        },
        {
            "id": 79,
            "url": "https://api.purplme.com/variants/1/variations/79/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "KW"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "28.49"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/54/variations/624/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:16:41.344068Z",
    "datetime_updated": "2025-09-12T07:30:56.364620Z"
}