View set for the model ProductVariation.

GET /products/72/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": 860,
            "url": "https://api.purplme.com/products/72/variations/860/?format=api",
            "product": {
                "id": 72,
                "url": "https://api.purplme.com/products/72/?format=api",
                "name": "Community Offer",
                "brand": null
            },
            "description": "Community Offer - Standard",
            "variations": [
                {
                    "id": 423,
                    "url": "https://api.purplme.com/variants/24/variations/423/?format=api",
                    "variant": {
                        "id": 24,
                        "url": "https://api.purplme.com/variants/24/?format=api",
                        "name": "Plan"
                    },
                    "value": "Standard"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "0.01"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/72/variations/860/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "inventory": {
                "managed": false,
                "available": null
            },
            "datetime_created": "2025-12-16T17:37:23.912378Z",
            "datetime_updated": "2025-12-24T12:18:51.291271Z"
        }
    ]
}