View set for the model ProductVariation.

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

{
    "id": 766,
    "url": "https://api.purplme.com/products/66/variations/766/?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 Ultimate US - 1 M",
    "variations": [
        {
            "id": 380,
            "url": "https://api.purplme.com/variants/17/variations/380/?format=api",
            "variant": {
                "id": 17,
                "url": "https://api.purplme.com/variants/17/?format=api",
                "name": "Months"
            },
            "value": "1 Month"
        },
        {
            "id": 385,
            "url": "https://api.purplme.com/variants/19/variations/385/?format=api",
            "variant": {
                "id": 19,
                "url": "https://api.purplme.com/variants/19/?format=api",
                "name": "Pass Type"
            },
            "value": "Ultimate"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "19.99"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/66/variations/766/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:17:05.596752Z",
    "datetime_updated": "2025-09-12T07:31:05.620042Z"
}