View set for the model ProductVariation.

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

{
    "id": 876,
    "url": "https://api.purplme.com/products/74/variations/876/?format=api",
    "product": {
        "id": 74,
        "url": "https://api.purplme.com/products/74/?format=api",
        "name": "Custom Services",
        "brand": null
    },
    "description": "Custom Services - Custom payment 1700",
    "variations": [
        {
            "id": 440,
            "url": "https://api.purplme.com/variants/26/variations/440/?format=api",
            "variant": {
                "id": 26,
                "url": "https://api.purplme.com/variants/26/?format=api",
                "name": "Amount"
            },
            "value": "Custom payment 1700"
        }
    ],
    "price": {
        "currency": "USD",
        "value": "1700.00"
    },
    "order_fields": [],
    "images": "https://api.purplme.com/products/74/variations/876/images/?format=api",
    "is_available_for_sale": true,
    "is_visible": true,
    "inventory": {
        "managed": false,
        "available": null
    },
    "datetime_created": "2026-03-26T11:32:26.384920Z",
    "datetime_updated": "2026-03-26T11:32:26.384934Z"
}