View set for the model ProductVariation.

GET /products/44/variations/?format=api&offset=20&ordering=-price__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__value",
    "results": [
        {
            "id": 389,
            "url": "https://api.purplme.com/products/44/variations/389/?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 DSL Freeze 1 Month",
            "variations": [
                {
                    "id": 201,
                    "url": "https://api.purplme.com/variants/13/variations/201/?format=api",
                    "variant": {
                        "id": 13,
                        "url": "https://api.purplme.com/variants/13/?format=api",
                        "name": "Speed"
                    },
                    "value": "1 Mbps"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "1.51"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/44/variations/389/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:15:58.180546Z",
            "datetime_updated": "2025-09-18T13:30:00.264709Z"
        },
        {
            "id": 386,
            "url": "https://api.purplme.com/products/44/variations/386/?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 - Refill 1G",
            "variations": [
                {
                    "id": 198,
                    "url": "https://api.purplme.com/variants/12/variations/198/?format=api",
                    "variant": {
                        "id": 12,
                        "url": "https://api.purplme.com/variants/12/?format=api",
                        "name": "Capacity"
                    },
                    "value": "1G"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "0.53"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/44/variations/386/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:15:57.645664Z",
            "datetime_updated": "2025-09-18T13:30:48.436305Z"
        }
    ]
}