View set for the model ProductVariation.

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

{
    "id": 787,
    "url": "https://api.purplme.com/products/68/variations/787/?format=api",
    "product": {
        "id": 68,
        "url": "https://api.purplme.com/products/68/?format=api",
        "name": "Yalla Recharge",
        "brand": {
            "id": 40,
            "url": "https://api.purplme.com/brands/40/?format=api",
            "name": "Yalla Ludo",
            "images": "https://api.purplme.com/brands/40/images/?format=api"
        }
    },
    "description": "Yalla Ludo (diamonds) - 100$",
    "variations": [
        {
            "id": 386,
            "url": "https://api.purplme.com/variants/20/variations/386/?format=api",
            "variant": {
                "id": 20,
                "url": "https://api.purplme.com/variants/20/?format=api",
                "name": "Unit"
            },
            "value": "Diamonds"
        },
        {
            "id": 388,
            "url": "https://api.purplme.com/variants/2/variations/388/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "100 USD"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "100.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/68/variations/787/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:17:09.364483Z",
    "datetime_updated": "2025-09-12T07:31:07.121241Z"
}