View set for the model ProductVariation.

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

{
    "id": 302,
    "url": "https://api.purplme.com/products/36/variations/302/?format=api",
    "product": {
        "id": 36,
        "url": "https://api.purplme.com/products/36/?format=api",
        "name": "Freefire Gift Card",
        "brand": {
            "id": 13,
            "url": "https://api.purplme.com/brands/13/?format=api",
            "name": "Freefire",
            "images": "https://api.purplme.com/brands/13/images/?format=api"
        }
    },
    "description": "Freefire 1,080+ 108 Diamonds",
    "variations": [
        {
            "id": 169,
            "url": "https://api.purplme.com/variants/10/variations/169/?format=api",
            "variant": {
                "id": 10,
                "url": "https://api.purplme.com/variants/10/?format=api",
                "name": "Diamonds"
            },
            "value": "1188 Diamonds"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "10.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/36/variations/302/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:42.484154Z",
    "datetime_updated": "2025-09-12T07:30:31.997260Z"
}