View set for the model ProductVariation.

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

{
    "count": 51,
    "next": null,
    "previous": "https://api.purplme.com/products/50/variations/?format=api&limit=10&offset=40&ordering=price__min__currency",
    "results": [
        {
            "id": 492,
            "url": "https://api.purplme.com/products/50/variations/492/?format=api",
            "product": {
                "id": 50,
                "url": "https://api.purplme.com/products/50/?format=api",
                "name": "PlayStation Network Top up Card",
                "brand": {
                    "id": 26,
                    "url": "https://api.purplme.com/brands/26/?format=api",
                    "name": "PlayStation",
                    "images": "https://api.purplme.com/brands/26/images/?format=api"
                }
            },
            "description": "Playstation OMN - 50$",
            "variations": [
                {
                    "id": 39,
                    "url": "https://api.purplme.com/variants/2/variations/39/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "USD50"
                },
                {
                    "id": 81,
                    "url": "https://api.purplme.com/variants/1/variations/81/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "OM"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "50.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/50/variations/492/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:16:17.957358Z",
            "datetime_updated": "2025-09-12T07:30:48.382907Z"
        }
    ]
}