View set for the model ProductVariation.

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

{
    "id": 763,
    "url": "https://api.purplme.com/products/66/variations/763/?format=api",
    "product": {
        "id": 66,
        "url": "https://api.purplme.com/products/66/?format=api",
        "name": "Xbox Game Pass Gift Card",
        "brand": {
            "id": 39,
            "url": "https://api.purplme.com/brands/39/?format=api",
            "name": "Xbox",
            "images": "https://api.purplme.com/brands/39/images/?format=api"
        }
    },
    "description": "Xbox Game Pass Core 3 M",
    "variations": [
        {
            "id": 381,
            "url": "https://api.purplme.com/variants/19/variations/381/?format=api",
            "variant": {
                "id": 19,
                "url": "https://api.purplme.com/variants/19/?format=api",
                "name": "Pass Type"
            },
            "value": "Core"
        },
        {
            "id": 383,
            "url": "https://api.purplme.com/variants/17/variations/383/?format=api",
            "variant": {
                "id": 17,
                "url": "https://api.purplme.com/variants/17/?format=api",
                "name": "Months"
            },
            "value": "3 Months"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "24.99"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/66/variations/763/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:17:05.055500Z",
    "datetime_updated": "2025-09-12T07:31:05.127642Z"
}