View set for the model ProductVariation.

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

{
    "count": 22,
    "next": null,
    "previous": "https://api.purplme.com/products/52/variations/?format=api&limit=10&offset=10&ordering=price__value",
    "results": [
        {
            "id": 542,
            "url": "https://api.purplme.com/products/52/variations/542/?format=api",
            "product": {
                "id": 52,
                "url": "https://api.purplme.com/products/52/?format=api",
                "name": "Razer Gold Gift Card",
                "brand": {
                    "id": 28,
                    "url": "https://api.purplme.com/brands/28/?format=api",
                    "name": "Razer",
                    "images": "https://api.purplme.com/brands/28/images/?format=api"
                }
            },
            "description": "Razer Global - 500$",
            "variations": [
                {
                    "id": 250,
                    "url": "https://api.purplme.com/variants/2/variations/250/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "500$-"
                },
                {
                    "id": 239,
                    "url": "https://api.purplme.com/variants/1/variations/239/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "UN"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "500.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/52/variations/542/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:16:27.706782Z",
            "datetime_updated": "2025-09-12T07:30:51.384775Z"
        },
        {
            "id": 589,
            "url": "https://api.purplme.com/products/52/variations/589/?format=api",
            "product": {
                "id": 52,
                "url": "https://api.purplme.com/products/52/?format=api",
                "name": "Razer Gold Gift Card",
                "brand": {
                    "id": 28,
                    "url": "https://api.purplme.com/brands/28/?format=api",
                    "name": "Razer",
                    "images": "https://api.purplme.com/brands/28/images/?format=api"
                }
            },
            "description": "Razer USA - 500$",
            "variations": [
                {
                    "id": 174,
                    "url": "https://api.purplme.com/variants/1/variations/174/?format=api",
                    "variant": {
                        "id": 1,
                        "url": "https://api.purplme.com/variants/1/?format=api",
                        "name": "Country"
                    },
                    "value": "US"
                },
                {
                    "id": 250,
                    "url": "https://api.purplme.com/variants/2/variations/250/?format=api",
                    "variant": {
                        "id": 2,
                        "url": "https://api.purplme.com/variants/2/?format=api",
                        "name": "Value"
                    },
                    "value": "500$-"
                }
            ],
            "price": {
                "currency": "USD",
                "value": "500.00"
            },
            "order_fields": [],
            "images": "https://api.purplme.com/products/52/variations/589/images/?format=api",
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:16:34.946606Z",
            "datetime_updated": "2025-09-12T07:30:53.664497Z"
        }
    ]
}