View set for the model ProductVariation.

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

{
    "id": 384,
    "url": "https://api.purplme.com/products/44/variations/384/?format=api",
    "product": {
        "id": 44,
        "url": "https://api.purplme.com/products/44/?format=api",
        "name": "MOBI Recharge",
        "brand": {
            "id": 21,
            "url": "https://api.purplme.com/brands/21/?format=api",
            "name": "MOBI",
            "images": "https://api.purplme.com/brands/21/images/?format=api"
        }
    },
    "description": "Mobi - Openspeed 80 GB",
    "variations": [
        {
            "id": 197,
            "url": "https://api.purplme.com/variants/13/variations/197/?format=api",
            "variant": {
                "id": 13,
                "url": "https://api.purplme.com/variants/13/?format=api",
                "name": "Speed"
            },
            "value": "OPEN SPEED"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "5.23"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/44/variations/384/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:57.303453Z",
    "datetime_updated": "2025-09-12T07:30:41.756149Z"
}