View set for model ProductVariationImage.

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

{
    "id": 429,
    "url": "https://api.purplme.com/products/47/variations/438/images/429/?format=api",
    "product_variation": {
        "id": 438,
        "url": "https://api.purplme.com/products/47/variations/438/?format=api",
        "product": {
            "id": 47,
            "url": "https://api.purplme.com/products/47/?format=api",
            "name": "Nintendo eShop Gift Card",
            "brand": {
                "id": 24,
                "url": "https://api.purplme.com/brands/24/?format=api",
                "name": "Nintendo",
                "images": "https://api.purplme.com/brands/24/images/?format=api"
            },
            "dial_code": ""
        },
        "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": 223,
                "url": "https://api.purplme.com/variants/2/variations/223/?format=api",
                "variant": {
                    "id": 2,
                    "url": "https://api.purplme.com/variants/2/?format=api",
                    "name": "Value"
                },
                "value": "M3"
            }
        ]
    },
    "image": "https://s3.eu-west-2.amazonaws.com/purplme-media/prod/api/product_variations/products/47/variations/438/Nintendo-USA5.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAZXZVIX45MAKMAMG3%2F20251022%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251022T201208Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e7806c4f802be4f3c77d535190cb7e095673e452092ab6fe29bd0a643f037c8c",
    "datetime_created": "2025-08-29T13:16:08.194695Z",
    "datetime_updated": "2025-08-29T13:16:08.194714Z"
}