View set for the model ProductVariation.

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

{
    "id": 861,
    "url": "https://api.purplme.com/products/73/variations/861/?format=api",
    "product": {
        "id": 73,
        "url": "https://api.purplme.com/products/73/?format=api",
        "name": "Power Session",
        "brand": null
    },
    "description": "Power Session - 497",
    "variations": [
        {
            "id": 425,
            "url": "https://api.purplme.com/variants/24/variations/425/?format=api",
            "variant": {
                "id": 24,
                "url": "https://api.purplme.com/variants/24/?format=api",
                "name": "Plan"
            },
            "value": "497"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "497.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/73/variations/861/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2026-01-28T12:35:30.420771Z",
    "datetime_updated": "2026-02-04T16:31:34.458425Z"
}