View set for the model ProductVariation.

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

{
    "id": 408,
    "url": "https://api.purplme.com/products/46/variations/408/?format=api",
    "product": {
        "id": 46,
        "url": "https://api.purplme.com/products/46/?format=api",
        "name": "Netflix Gift Card",
        "brand": {
            "id": 23,
            "url": "https://api.purplme.com/brands/23/?format=api",
            "name": "Netflix",
            "images": "https://api.purplme.com/brands/23/images/?format=api"
        }
    },
    "description": "Netflix UAE - 500 AED",
    "variations": [
        {
            "id": 40,
            "url": "https://api.purplme.com/variants/1/variations/40/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "AE"
        },
        {
            "id": 44,
            "url": "https://api.purplme.com/variants/2/variations/44/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "AED500"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "135.87"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/46/variations/408/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2025-08-29T13:16:02.473706Z",
    "datetime_updated": "2025-09-12T07:30:43.061848Z"
}