View set for the model ProductVariation.

GET /products/12/variations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 18,
            "url": "https://api.purplme.com/products/12/variations/18/?format=api",
            "product": {
                "id": 12,
                "url": "https://api.purplme.com/products/12/?format=api",
                "name": "Alfa Prepaid",
                "brand": {
                    "id": 2,
                    "url": "https://api.purplme.com/brands/2/?format=api",
                    "name": "Alfa",
                    "images": "https://api.purplme.com/brands/2/images/?format=api"
                }
            },
            "description": "Alfa 30 days",
            "variations": [
                {
                    "id": 3,
                    "url": "https://api.purplme.com/variants/1/variations/3/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "LB"
                },
                {
                    "id": 6,
                    "url": "https://api.purplme.com/variants/2/variations/6/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "USD7.58"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "8.63"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/12/variations/18/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T10:46:14.954415Z",
            "datetime_updated": "2025-09-18T12:56:23.442422Z"
        },
        {
            "id": 17,
            "url": "https://api.purplme.com/products/12/variations/17/?format=api",
            "product": {
                "id": 12,
                "url": "https://api.purplme.com/products/12/?format=api",
                "name": "Alfa Prepaid",
                "brand": {
                    "id": 2,
                    "url": "https://api.purplme.com/brands/2/?format=api",
                    "name": "Alfa",
                    "images": "https://api.purplme.com/brands/2/images/?format=api"
                }
            },
            "description": "Alfa 30 days",
            "variations": [
                {
                    "id": 3,
                    "url": "https://api.purplme.com/variants/1/variations/3/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "LB"
                },
                {
                    "id": 5,
                    "url": "https://api.purplme.com/variants/2/variations/5/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "USD4.5"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "5.22"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/12/variations/17/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T10:46:14.749731Z",
            "datetime_updated": "2025-09-25T16:59:00.902299Z"
        },
        {
            "id": 16,
            "url": "https://api.purplme.com/products/12/variations/16/?format=api",
            "product": {
                "id": 12,
                "url": "https://api.purplme.com/products/12/?format=api",
                "name": "Alfa Prepaid",
                "brand": {
                    "id": 2,
                    "url": "https://api.purplme.com/brands/2/?format=api",
                    "name": "Alfa",
                    "images": "https://api.purplme.com/brands/2/images/?format=api"
                }
            },
            "description": "Alfa 60 days",
            "variations": [
                {
                    "id": 3,
                    "url": "https://api.purplme.com/variants/1/variations/3/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "LB"
                },
                {
                    "id": 4,
                    "url": "https://api.purplme.com/variants/2/variations/4/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "USD15.15"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "17.04"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/12/variations/16/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T10:46:14.578413Z",
            "datetime_updated": "2025-09-26T07:36:02.632289Z"
        }
    ]
}