View set for the model ProductVariation.

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

{
    "id": 289,
    "url": "https://api.purplme.com/products/30/variations/289/?format=api",
    "product": {
        "id": 30,
        "url": "https://api.purplme.com/products/30/?format=api",
        "name": "Connect Recharge",
        "brand": {
            "id": 8,
            "url": "https://api.purplme.com/brands/8/?format=api",
            "name": "Connect",
            "images": "https://api.purplme.com/brands/8/images/?format=api"
        }
    },
    "description": "Connect Fiber 825GB + FNT",
    "variations": [
        {
            "id": 162,
            "url": "https://api.purplme.com/variants/7/variations/162/?format=api",
            "variant": {
                "id": 7,
                "url": "https://api.purplme.com/variants/7/?format=api",
                "name": "Quota"
            },
            "value": "825GB + FNT"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "41.90"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/30/variations/289/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:40.832418Z",
    "datetime_updated": "2025-09-18T13:27:58.876541Z"
}