View set for the model ProductVariation.

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

{
    "id": 304,
    "url": "https://api.purplme.com/products/36/variations/304/?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 2,200+ 220 Diamonds",
    "variations": [
        {
            "id": 171,
            "url": "https://api.purplme.com/variants/10/variations/171/?format=api",
            "variant": {
                "id": 10,
                "url": "https://api.purplme.com/variants/10/?format=api",
                "name": "Diamonds"
            },
            "value": "2420 Diamonds"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "20.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/36/variations/304/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:42.818857Z",
    "datetime_updated": "2025-09-12T07:30:32.111421Z"
}