View set for the model ProductVariation.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 888,
            "url": "https://api.purplme.com/products/80/variations/888/?format=api",
            "product": {
                "id": 80,
                "url": "https://api.purplme.com/products/80/?format=api",
                "name": "Baby, We Are Ready for You Prenatal Course - 1 year support",
                "brand": null
            },
            "description": "Baby, We Are Ready for You Prenatal Course - 1 year support - 1 year support",
            "variations": [
                {
                    "id": 452,
                    "url": "https://api.purplme.com/variants/35/variations/452/?format=api",
                    "variant": {
                        "id": 35,
                        "url": "https://api.purplme.com/variants/35/?format=api",
                        "name": "course type"
                    },
                    "value": "1 year support"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "397.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/80/variations/888/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "inventory": {
                "managed": false,
                "available": null
            },
            "datetime_created": "2026-03-31T14:55:28.919605Z",
            "datetime_updated": "2026-03-31T14:55:28.919620Z"
        }
    ]
}