View set for the model ProductVariation.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 886,
            "url": "https://api.purplme.com/products/78/variations/886/?format=api",
            "product": {
                "id": 78,
                "url": "https://api.purplme.com/products/78/?format=api",
                "name": "Sleep-Friendly Plug-In Night Light - Bear",
                "brand": null
            },
            "description": "Sleep-Friendly Plug-In Night Light - Bear - bear",
            "variations": [
                {
                    "id": 450,
                    "url": "https://api.purplme.com/variants/33/variations/450/?format=api",
                    "variant": {
                        "id": 33,
                        "url": "https://api.purplme.com/variants/33/?format=api",
                        "name": "type"
                    },
                    "value": "bear"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "15.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/78/variations/886/images/?format=api",
            "is_available_for_sale": true,
            "is_visible": true,
            "inventory": {
                "managed": false,
                "available": null
            },
            "datetime_created": "2026-03-31T14:42:28.136810Z",
            "datetime_updated": "2026-03-31T14:42:28.136826Z"
        }
    ]
}