View set for the model ProductVariation.

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

{
    "id": 301,
    "url": "https://api.purplme.com/products/35/variations/301/?format=api",
    "product": {
        "id": 35,
        "url": "https://api.purplme.com/products/35/?format=api",
        "name": "Fortnite Gift Card",
        "brand": {
            "id": 12,
            "url": "https://api.purplme.com/brands/12/?format=api",
            "name": "Fortnite",
            "images": "https://api.purplme.com/brands/12/images/?format=api"
        }
    },
    "description": "Fortnite V-bucks 13,500",
    "variations": [
        {
            "id": 168,
            "url": "https://api.purplme.com/variants/9/variations/168/?format=api",
            "variant": {
                "id": 9,
                "url": "https://api.purplme.com/variants/9/?format=api",
                "name": "V-Bucks"
            },
            "value": "13,500 V-Bucks"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "100.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/35/variations/301/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:42.274735Z",
    "datetime_updated": "2025-09-12T07:30:31.418213Z"
}