View set for the model ProductVariation.

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

{
    "id": 305,
    "url": "https://api.purplme.com/products/36/variations/305/?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 210+ 21 Diamonds",
    "variations": [
        {
            "id": 172,
            "url": "https://api.purplme.com/variants/10/variations/172/?format=api",
            "variant": {
                "id": 10,
                "url": "https://api.purplme.com/variants/10/?format=api",
                "name": "Diamonds"
            },
            "value": "231 Diamonds"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "2.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/36/variations/305/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:42.997675Z",
    "datetime_updated": "2025-09-12T07:30:32.167221Z"
}