View set for the model ProductVariation.

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

{
    "id": 885,
    "url": "https://api.purplme.com/products/77/variations/885/?format=api",
    "product": {
        "id": 77,
        "url": "https://api.purplme.com/products/77/?format=api",
        "name": "Sleep-Friendly Plug-In Night Light - pattern",
        "brand": null
    },
    "description": "Sleep-Friendly Plug-In Night Light - pattern - pattern",
    "variations": [
        {
            "id": 449,
            "url": "https://api.purplme.com/variants/32/variations/449/?format=api",
            "variant": {
                "id": 32,
                "url": "https://api.purplme.com/variants/32/?format=api",
                "name": "type2"
            },
            "value": "pattern"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "15.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/77/variations/885/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2026-03-31T14:27:55.348969Z",
    "datetime_updated": "2026-03-31T14:27:55.348985Z"
}