View set for the model ProductVariation.

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

{
    "id": 733,
    "url": "https://api.purplme.com/products/60/variations/733/?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 30 days",
    "variations": [
        {
            "id": 412,
            "url": "https://api.purplme.com/variants/21/variations/412/?format=api",
            "variant": {
                "id": 21,
                "url": "https://api.purplme.com/variants/21/?format=api",
                "name": "Validity"
            },
            "value": "30 days"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "5.22"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/60/variations/733/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:16:59.505160Z",
    "datetime_updated": "2025-09-18T12:54:48.987324Z"
}