View set for the model ProductVariation.

GET /products/50/variations/?format=api&offset=50
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",
    "results": [
        {
            "id": 447,
            "url": "https://api.purplme.com/products/50/variations/447/?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 Bah - 10$",
            "variations": [
                {
                    "id": 33,
                    "url": "https://api.purplme.com/variants/2/variations/33/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "USD10"
                },
                {
                    "id": 72,
                    "url": "https://api.purplme.com/variants/1/variations/72/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "BH"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "10.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/50/variations/447/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:16:09.925154Z",
            "datetime_updated": "2025-09-12T07:30:45.358118Z"
        }
    ]
}