View set for model ProductVariationImage.

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

{
    "id": 301,
    "url": "https://api.purplme.com/products/37/variations/308/images/301/?format=api",
    "product_variation": {
        "id": 308,
        "url": "https://api.purplme.com/products/37/variations/308/?format=api",
        "product": {
            "id": 37,
            "url": "https://api.purplme.com/products/37/?format=api",
            "name": "GameStop Gift Card",
            "brand": {
                "id": 14,
                "url": "https://api.purplme.com/brands/14/?format=api",
                "name": "GameStop",
                "images": "https://api.purplme.com/brands/14/images/?format=api"
            }
        },
        "variations": [
            {
                "id": 34,
                "url": "https://api.purplme.com/variants/2/variations/34/?format=api",
                "variant": {
                    "id": 2,
                    "url": "https://api.purplme.com/variants/2/?format=api",
                    "name": "Value"
                },
                "value": "USD100"
            },
            {
                "id": 174,
                "url": "https://api.purplme.com/variants/1/variations/174/?format=api",
                "variant": {
                    "id": 1,
                    "url": "https://api.purplme.com/variants/1/?format=api",
                    "name": "Country"
                },
                "value": "US"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/37/variations/308/GameStop10.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T214959Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=0a8c8b08cccf69a01dae0f2247a921aaf18ea635e60c6fac884c8725c5373c34",
    "datetime_created": "2025-08-29T13:15:43.683516Z",
    "datetime_updated": "2025-08-29T13:15:43.683535Z"
}