View set for the model ProductVariation.

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 768,
            "url": "https://api.purplme.com/products/65/variations/768/?format=api",
            "product": {
                "id": 65,
                "url": "https://api.purplme.com/products/65/?format=api",
                "name": "Xbox Gift Card",
                "brand": {
                    "id": 39,
                    "url": "https://api.purplme.com/brands/39/?format=api",
                    "name": "Xbox",
                    "images": "https://api.purplme.com/brands/39/images/?format=api"
                }
            },
            "description": "Xbox Ksa - SAR 100",
            "variations": [
                {
                    "id": 21,
                    "url": "https://api.purplme.com/variants/1/variations/21/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "SA"
                },
                {
                    "id": 22,
                    "url": "https://api.purplme.com/variants/2/variations/22/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "SAR100"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "26.67"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/65/variations/768/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:17:06.056610Z",
            "datetime_updated": "2025-09-12T07:31:05.739965Z"
        },
        {
            "id": 770,
            "url": "https://api.purplme.com/products/65/variations/770/?format=api",
            "product": {
                "id": 65,
                "url": "https://api.purplme.com/products/65/?format=api",
                "name": "Xbox Gift Card",
                "brand": {
                    "id": 39,
                    "url": "https://api.purplme.com/brands/39/?format=api",
                    "name": "Xbox",
                    "images": "https://api.purplme.com/brands/39/images/?format=api"
                }
            },
            "description": "Xbox Ksa - SAR 300",
            "variations": [
                {
                    "id": 21,
                    "url": "https://api.purplme.com/variants/1/variations/21/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "SA"
                },
                {
                    "id": 177,
                    "url": "https://api.purplme.com/variants/2/variations/177/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "SAR300"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "80.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/65/variations/770/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:17:06.384067Z",
            "datetime_updated": "2025-09-12T07:31:05.852261Z"
        }
    ]
}