View set for the model ProductVariation.

GET /products/52/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/52/variations/?format=api&limit=10&offset=10&ordering=-price__value",
    "results": [
        {
            "id": 579,
            "url": "https://api.purplme.com/products/52/variations/579/?format=api",
            "product": {
                "id": 52,
                "url": "https://api.purplme.com/products/52/?format=api",
                "name": "Razer Gold Gift Card",
                "brand": {
                    "id": 28,
                    "url": "https://api.purplme.com/brands/28/?format=api",
                    "name": "Razer",
                    "images": "https://api.purplme.com/brands/28/images/?format=api"
                },
                "dial_code": ""
            },
            "description": "Razer USA - 1$",
            "variations": [
                {
                    "id": 174,
                    "url": "https://api.purplme.com/variants/1/variations/174/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "US"
                },
                {
                    "id": 240,
                    "url": "https://api.purplme.com/variants/2/variations/240/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "1$-"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "1.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/52/variations/579/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:16:33.084370Z",
            "datetime_updated": "2025-09-12T07:30:53.076326Z"
        },
        {
            "id": 532,
            "url": "https://api.purplme.com/products/52/variations/532/?format=api",
            "product": {
                "id": 52,
                "url": "https://api.purplme.com/products/52/?format=api",
                "name": "Razer Gold Gift Card",
                "brand": {
                    "id": 28,
                    "url": "https://api.purplme.com/brands/28/?format=api",
                    "name": "Razer",
                    "images": "https://api.purplme.com/brands/28/images/?format=api"
                },
                "dial_code": ""
            },
            "description": "Razer Global - 1$",
            "variations": [
                {
                    "id": 240,
                    "url": "https://api.purplme.com/variants/2/variations/240/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "1$-"
                },
                {
                    "id": 239,
                    "url": "https://api.purplme.com/variants/1/variations/239/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "UN"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "1.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/52/variations/532/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "datetime_created": "2025-08-29T13:16:25.904914Z",
            "datetime_updated": "2025-09-12T07:30:50.816315Z"
        }
    ]
}