View set for the model ProductVariation.

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

{
    "id": 348,
    "url": "https://api.purplme.com/products/41/variations/348/?format=api",
    "product": {
        "id": 41,
        "url": "https://api.purplme.com/products/41/?format=api",
        "name": "Jawaker Tokens",
        "brand": {
            "id": 18,
            "url": "https://api.purplme.com/brands/18/?format=api",
            "name": "Jawaker",
            "images": "https://api.purplme.com/brands/18/images/?format=api"
        }
    },
    "description": "Jawaker - 400,000 Token",
    "variations": [
        {
            "id": 186,
            "url": "https://api.purplme.com/variants/11/variations/186/?format=api",
            "variant": {
                "id": 11,
                "url": "https://api.purplme.com/variants/11/?format=api",
                "name": "Tokens"
            },
            "value": "400000 Tokens"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "50.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/41/variations/348/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:50.690668Z",
    "datetime_updated": "2025-09-12T07:30:39.491728Z"
}