View set for the model ProductVariation.

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

{
    "id": 352,
    "url": "https://api.purplme.com/products/41/variations/352/?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 - 825,000 Token",
    "variations": [
        {
            "id": 190,
            "url": "https://api.purplme.com/variants/11/variations/190/?format=api",
            "variant": {
                "id": 11,
                "url": "https://api.purplme.com/variants/11/?format=api",
                "name": "Tokens"
            },
            "value": "825000 Tokens"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "100.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/41/variations/352/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:51.368030Z",
    "datetime_updated": "2025-09-12T07:30:39.697832Z"
}