View set for the model ProductVariation.

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

{
    "id": 525,
    "url": "https://api.purplme.com/products/51/variations/525/?format=api",
    "product": {
        "id": 51,
        "url": "https://api.purplme.com/products/51/?format=api",
        "name": "PUBG Mobile UC",
        "brand": {
            "id": 27,
            "url": "https://api.purplme.com/brands/27/?format=api",
            "name": "PUBG",
            "images": "https://api.purplme.com/brands/27/images/?format=api"
        }
    },
    "description": "Pubg Mobile - 3,850 Uc (50$)",
    "variations": [
        {
            "id": 232,
            "url": "https://api.purplme.com/variants/15/variations/232/?format=api",
            "variant": {
                "id": 15,
                "url": "https://api.purplme.com/variants/15/?format=api",
                "name": "UC"
            },
            "value": "3,850 UC"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "50.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/51/variations/525/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:16:24.526343Z",
    "datetime_updated": "2025-09-12T07:30:50.449344Z"
}