View set for the model ProductVariation.

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

{
    "id": 360,
    "url": "https://api.purplme.com/products/43/variations/360/?format=api",
    "product": {
        "id": 43,
        "url": "https://api.purplme.com/products/43/?format=api",
        "name": "Macy's Gift Card",
        "brand": {
            "id": 20,
            "url": "https://api.purplme.com/brands/20/?format=api",
            "name": "Macy's",
            "images": "https://api.purplme.com/brands/20/images/?format=api"
        }
    },
    "description": "Macys - 100 USD",
    "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": 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"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "100.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/43/variations/360/images/?format=api",
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:52.902791Z",
    "datetime_updated": "2025-09-12T07:30:40.224334Z"
}