View set for the model ProductVariation.

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

{
    "id": 33,
    "url": "https://api.purplme.com/products/24/variations/33/?format=api",
    "product": {
        "id": 24,
        "url": "https://api.purplme.com/products/24/?format=api",
        "name": "Adobe Premiere Pro",
        "brand": {
            "id": 1,
            "url": "https://api.purplme.com/brands/1/?format=api",
            "name": "Adobe",
            "images": "https://api.purplme.com/brands/1/images/?format=api"
        }
    },
    "description": "Adobe Premiere Pro 1 Year Sub",
    "variations": [
        {
            "id": 2,
            "url": "https://api.purplme.com/variants/4/variations/2/?format=api",
            "variant": {
                "id": 4,
                "url": "https://api.purplme.com/variants/4/?format=api",
                "name": "Years"
            },
            "value": "1 Year"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "263.46"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/24/variations/33/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:14:50.890554Z",
    "datetime_updated": "2025-09-12T07:30:14.577157Z"
}