View set for the model ProductVariation.

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

{
    "id": 320,
    "url": "https://api.purplme.com/products/38/variations/320/?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 20",
    "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": 175,
            "url": "https://api.purplme.com/variants/2/variations/175/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "SAR20"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "5.34"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/38/variations/320/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:45.661773Z",
    "datetime_updated": "2025-09-12T07:30:33.055403Z"
}