View set for the model ProductVariation.

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

{
    "id": 134,
    "url": "https://api.purplme.com/products/26/variations/134/?format=api",
    "product": {
        "id": 26,
        "url": "https://api.purplme.com/products/26/?format=api",
        "name": "Anghami Plus Subscription",
        "brand": {
            "id": 4,
            "url": "https://api.purplme.com/brands/4/?format=api",
            "name": "Anghami",
            "images": "https://api.purplme.com/brands/4/images/?format=api"
        }
    },
    "description": "Anghami Family Plan - 1 M",
    "variations": [
        {
            "id": 3,
            "url": "https://api.purplme.com/variants/1/variations/3/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "LB"
        },
        {
            "id": 69,
            "url": "https://api.purplme.com/variants/2/variations/69/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "1 Month"
        },
        {
            "id": 75,
            "url": "https://api.purplme.com/variants/5/variations/75/?format=api",
            "variant": {
                "id": 5,
                "url": "https://api.purplme.com/variants/5/?format=api",
                "name": "Plan"
            },
            "value": "FAMILY"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "7.51"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/26/variations/134/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:09.830858Z",
    "datetime_updated": "2025-09-15T11:09:35.502321Z"
}