View set for model ProductVariationImage.

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

{
    "id": 304,
    "url": "https://api.purplme.com/products/37/variations/311/images/304/?format=api",
    "product_variation": {
        "id": 311,
        "url": "https://api.purplme.com/products/37/variations/311/?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": 39,
                "url": "https://api.purplme.com/variants/2/variations/39/?format=api",
                "variant": {
                    "id": 2,
                    "url": "https://api.purplme.com/variants/2/?format=api",
                    "name": "Value"
                },
                "value": "USD50"
            },
            {
                "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/311/GameStop8.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T215120Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ae9fb213f2c0318653a459bd797d2276830f8222017c64bb3880ae3ef007dcc1",
    "datetime_created": "2025-08-29T13:15:44.206669Z",
    "datetime_updated": "2025-08-29T13:15:44.206692Z"
}