View set for the model ProductVariation.

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

{
    "id": 687,
    "url": "https://api.purplme.com/products/58/variations/687/?format=api",
    "product": {
        "id": 58,
        "url": "https://api.purplme.com/products/58/?format=api",
        "name": "Steam Gift Card",
        "brand": {
            "id": 34,
            "url": "https://api.purplme.com/brands/34/?format=api",
            "name": "Steam",
            "images": "https://api.purplme.com/brands/34/images/?format=api"
        }
    },
    "description": "Steam QAT - 20 QAR",
    "variations": [
        {
            "id": 83,
            "url": "https://api.purplme.com/variants/1/variations/83/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "QA"
        },
        {
            "id": 329,
            "url": "https://api.purplme.com/variants/2/variations/329/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "QAR20"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "5.49"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/58/variations/687/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:16:53.282703Z",
    "datetime_updated": "2025-09-12T07:30:59.929240Z"
}