View set for the model ProductVariation.

GET /products/50/variations/?format=api&offset=50&ordering=datetime_updated
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=datetime_updated",
    "results": [
        {
            "id": 521,
            "url": "https://api.purplme.com/products/50/variations/521/?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 USA - 75$",
            "variations": [
                {
                    "id": 32,
                    "url": "https://api.purplme.com/variants/1/variations/32/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "US"
                },
                {
                    "id": 67,
                    "url": "https://api.purplme.com/variants/2/variations/67/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "USD75"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "75.01"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/50/variations/521/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:16:23.723337Z",
            "datetime_updated": "2025-09-12T07:30:50.238434Z"
        }
    ]
}