View set for the model ProductVariation.

GET /products/79/variations/887/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 887,
    "url": "https://api.purplme.com/products/79/variations/887/?format=api",
    "product": {
        "id": 79,
        "url": "https://api.purplme.com/products/79/?format=api",
        "name": "Baby, We Are Ready for You Prenatal Course - Self Study",
        "brand": null
    },
    "description": "Baby, We Are Ready for You Prenatal Course - Self Study - Self Study",
    "variations": [
        {
            "id": 451,
            "url": "https://api.purplme.com/variants/34/variations/451/?format=api",
            "variant": {
                "id": 34,
                "url": "https://api.purplme.com/variants/34/?format=api",
                "name": "course type"
            },
            "value": "Self Study"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "297.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/79/variations/887/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2026-03-31T14:48:19.726832Z",
    "datetime_updated": "2026-03-31T14:48:19.726847Z"
}