View set for the model ProductVariation.

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

{
    "id": 324,
    "url": "https://api.purplme.com/products/38/variations/324/?format=api",
    "product": {
        "id": 38,
        "url": "https://api.purplme.com/products/38/?format=api",
        "name": "Google Play Gift Card",
        "brand": {
            "id": 15,
            "url": "https://api.purplme.com/brands/15/?format=api",
            "name": "Google",
            "images": "https://api.purplme.com/brands/15/images/?format=api"
        }
    },
    "description": "Google Play Ksa - SAR 60",
    "variations": [
        {
            "id": 21,
            "url": "https://api.purplme.com/variants/1/variations/21/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "SA"
        },
        {
            "id": 179,
            "url": "https://api.purplme.com/variants/2/variations/179/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "SAR60"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "16.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/38/variations/324/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:46.377700Z",
    "datetime_updated": "2025-09-12T07:30:33.507875Z"
}