View set for model ProductVariationImage.

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

{
    "id": 436,
    "url": "https://api.purplme.com/products/49/variations/445/images/436/?format=api",
    "product_variation": {
        "id": 445,
        "url": "https://api.purplme.com/products/49/variations/445/?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"
            }
        },
        "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": 24,
                "url": "https://api.purplme.com/variants/2/variations/24/?format=api",
                "variant": {
                    "id": 2,
                    "url": "https://api.purplme.com/variants/2/?format=api",
                    "name": "Value"
                },
                "value": "SAR50"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/49/variations/445/668e51e99003e.noon1.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T074227Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=8447e8d00c764effc6bdf1119d886dded0a6cbce6583b1bd9d84d55d3d7cea0b",
    "datetime_created": "2025-08-29T13:16:09.637197Z",
    "datetime_updated": "2025-08-29T13:16:09.637217Z"
}