View set for the model ProductVariation.

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

{
    "id": 446,
    "url": "https://api.purplme.com/products/49/variations/446/?format=api",
    "product": {
        "id": 49,
        "url": "https://api.purplme.com/products/49/?format=api",
        "name": "Noon Gift Card",
        "brand": {
            "id": 25,
            "url": "https://api.purplme.com/brands/25/?format=api",
            "name": "Noon",
            "images": "https://api.purplme.com/brands/25/images/?format=api"
        }
    },
    "description": "Noon Ksa - 500 SAR",
    "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": 25,
            "url": "https://api.purplme.com/variants/2/variations/25/?format=api",
            "variant": {
                "id": 2,
                "url": "https://api.purplme.com/variants/2/?format=api",
                "name": "Value"
            },
            "value": "SAR500"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "133.33"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/49/variations/446/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:16:09.656938Z",
    "datetime_updated": "2025-09-12T07:30:45.300988Z"
}