View set for the model ProductVariation.

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

{
    "id": 585,
    "url": "https://api.purplme.com/products/52/variations/585/?format=api",
    "product": {
        "id": 52,
        "url": "https://api.purplme.com/products/52/?format=api",
        "name": "Razer Gold Gift Card",
        "brand": {
            "id": 28,
            "url": "https://api.purplme.com/brands/28/?format=api",
            "name": "Razer",
            "images": "https://api.purplme.com/brands/28/images/?format=api"
        }
    },
    "description": "Razer USA - 300$",
    "variations": [
        {
            "id": 174,
            "url": "https://api.purplme.com/variants/1/variations/174/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "US"
        },
        {
            "id": 246,
            "url": "https://api.purplme.com/variants/2/variations/246/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "300$-"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "300.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/52/variations/585/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2025-08-29T13:16:34.199106Z",
    "datetime_updated": "2025-09-12T07:30:53.430192Z"
}