View set for the model ProductVariation.

GET /products/44/variations/?format=api&offset=20&ordering=-price__max__value
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://api.purplme.com/products/44/variations/?format=api&limit=10&offset=10&ordering=-price__max__value",
    "results": [
        {
            "id": 379,
            "url": "https://api.purplme.com/products/44/variations/379/?format=api",
            "product": {
                "id": 44,
                "url": "https://api.purplme.com/products/44/?format=api",
                "name": "MOBI Recharge",
                "brand": {
                    "id": 21,
                    "url": "https://api.purplme.com/brands/21/?format=api",
                    "name": "MOBI",
                    "images": "https://api.purplme.com/brands/21/images/?format=api"
                },
                "dial_code": ""
            },
            "description": "Mobi - Openspeed / 300GB-FNQ",
            "variations": [
                {
                    "id": 193,
                    "url": "https://api.purplme.com/variants/14/variations/193/?format=api",
                    "variant": {
                        "id": 14,
                        "url": "https://api.purplme.com/variants/14/?format=api",
                        "name": "Add-On"
                    },
                    "value": "Free Night Quota"
                },
                {
                    "id": 197,
                    "url": "https://api.purplme.com/variants/13/variations/197/?format=api",
                    "variant": {
                        "id": 13,
                        "url": "https://api.purplme.com/variants/13/?format=api",
                        "name": "Speed"
                    },
                    "value": "OPEN SPEED"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "24.46"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/44/variations/379/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:15:56.370729Z",
            "datetime_updated": "2025-09-18T13:32:49.543546Z"
        },
        {
            "id": 380,
            "url": "https://api.purplme.com/products/44/variations/380/?format=api",
            "product": {
                "id": 44,
                "url": "https://api.purplme.com/products/44/?format=api",
                "name": "MOBI Recharge",
                "brand": {
                    "id": 21,
                    "url": "https://api.purplme.com/brands/21/?format=api",
                    "name": "MOBI",
                    "images": "https://api.purplme.com/brands/21/images/?format=api"
                },
                "dial_code": ""
            },
            "description": "Mobi - Openspeed / 500GB",
            "variations": [
                {
                    "id": 197,
                    "url": "https://api.purplme.com/variants/13/variations/197/?format=api",
                    "variant": {
                        "id": 13,
                        "url": "https://api.purplme.com/variants/13/?format=api",
                        "name": "Speed"
                    },
                    "value": "OPEN SPEED"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "30.66"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/44/variations/380/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:15:56.558884Z",
            "datetime_updated": "2025-09-18T13:31:45.374964Z"
        }
    ]
}