View set for the model ProductVariation.

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

{
    "id": 800,
    "url": "https://api.purplme.com/products/68/variations/800/?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 (gold) - 50$",
    "variations": [
        {
            "id": 393,
            "url": "https://api.purplme.com/variants/2/variations/393/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "50 USD"
        },
        {
            "id": 395,
            "url": "https://api.purplme.com/variants/20/variations/395/?format=api",
            "variant": {
                "id": 20,
                "url": "https://api.purplme.com/variants/20/?format=api",
                "name": "Unit"
            },
            "value": "Gold"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "50.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/68/variations/800/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:17:11.647260Z",
    "datetime_updated": "2025-09-12T07:31:07.921086Z"
}