View set for the model ProductVariation.

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

{
    "id": 89,
    "url": "https://api.purplme.com/products/13/variations/89/?format=api",
    "product": {
        "id": 13,
        "url": "https://api.purplme.com/products/13/?format=api",
        "name": "Amazon.com Gift Card",
        "brand": {
            "id": 3,
            "url": "https://api.purplme.com/brands/3/?format=api",
            "name": "Amazon",
            "images": "https://api.purplme.com/brands/3/images/?format=api"
        }
    },
    "description": "Amazon UAE - 50 AED",
    "variations": [
        {
            "id": 40,
            "url": "https://api.purplme.com/variants/1/variations/40/?format=api",
            "variant": {
                "id": 1,
                "url": "https://api.purplme.com/variants/1/?format=api",
                "name": "Country"
            },
            "value": "AE"
        },
        {
            "id": 43,
            "url": "https://api.purplme.com/variants/2/variations/43/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "AED50"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "13.59"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/13/variations/89/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:01.056509Z",
    "datetime_updated": "2025-09-12T07:30:18.189694Z"
}