View set for model Variant.

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

{
    "id": 12,
    "url": "https://api.purplme.com/variants/12/?format=api",
    "owner": {
        "id": 30,
        "url": "https://api.purplme.com/partners/30/?format=api",
        "name": "Purpl Marketplace",
        "type": "merchant"
    },
    "name": "Capacity",
    "variations": "https://api.purplme.com/variants/12/variations/?format=api",
    "datetime_created": "2025-08-29T13:15:53.757022Z",
    "datetime_updated": "2025-08-29T13:15:53.757036Z"
}