View set for model ProductVariationImage.

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

{
    "id": 108,
    "url": "https://api.purplme.com/products/13/variations/108/images/108/?format=api",
    "product_variation": {
        "id": 108,
        "url": "https://api.purplme.com/products/13/variations/108/?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"
            }
        },
        "variations": [
            {
                "id": 32,
                "url": "https://api.purplme.com/variants/1/variations/32/?format=api",
                "variant": {
                    "id": 1,
                    "url": "https://api.purplme.com/variants/1/?format=api",
                    "name": "Country"
                },
                "value": "US"
            },
            {
                "id": 59,
                "url": "https://api.purplme.com/variants/2/variations/59/?format=api",
                "variant": {
                    "id": 2,
                    "url": "https://api.purplme.com/variants/2/?format=api",
                    "name": "Value"
                },
                "value": "USD20"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/13/variations/108/643db75314f17.amazon-gift2games.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251012%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251012T195237Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=d209f032092d2f1dae4c719e2ac3a9878476cb128895f3b783ebc8414efd76b7",
    "datetime_created": "2025-08-29T13:15:04.835909Z",
    "datetime_updated": "2025-08-29T13:15:04.835928Z"
}