View set for the model ProductVariation.

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

{
    "id": 657,
    "url": "https://api.purplme.com/products/56/variations/657/?format=api",
    "product": {
        "id": 56,
        "url": "https://api.purplme.com/products/56/?format=api",
        "name": "SODETEL Recharge",
        "brand": {
            "id": 32,
            "url": "https://api.purplme.com/brands/32/?format=api",
            "name": "SODETEL",
            "images": "https://api.purplme.com/brands/32/images/?format=api"
        }
    },
    "description": "Sodetel - Openspeed 110GB",
    "variations": [
        {
            "id": 309,
            "url": "https://api.purplme.com/variants/16/variations/309/?format=api",
            "variant": {
                "id": 16,
                "url": "https://api.purplme.com/variants/16/?format=api",
                "name": "Qouta"
            },
            "value": "OPENSPEED 110GB"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "9.61"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/56/variations/657/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:16:47.612779Z",
    "datetime_updated": "2025-09-19T07:47:28.845892Z"
}