View set for the model ProductVariation.

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

{
    "id": 731,
    "url": "https://api.purplme.com/products/60/variations/731/?format=api",
    "product": {
        "id": 60,
        "url": "https://api.purplme.com/products/60/?format=api",
        "name": "Touch Prepaid",
        "brand": {
            "id": 36,
            "url": "https://api.purplme.com/brands/36/?format=api",
            "name": "touch",
            "images": "https://api.purplme.com/brands/36/images/?format=api"
        }
    },
    "description": "Touch 90 days",
    "variations": [
        {
            "id": 414,
            "url": "https://api.purplme.com/variants/21/variations/414/?format=api",
            "variant": {
                "id": 21,
                "url": "https://api.purplme.com/variants/21/?format=api",
                "name": "Validity"
            },
            "value": "90 days"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "25.46"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/60/variations/731/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:16:59.173517Z",
    "datetime_updated": "2025-09-18T12:55:16.223351Z"
}