Product Variation
View set for the model ProductVariation.
GET /products/76/variations/?format=api&ordering=datetime_updated
{ "count": 1, "next": null, "previous": null, "results": [ { "id": 884, "url": "https://api.purplme.com/products/76/variations/884/?format=api", "product": { "id": 76, "url": "https://api.purplme.com/products/76/?format=api", "name": "Night Light", "brand": null }, "description": "Night Light - Pattern", "variations": [ { "id": 448, "url": "https://api.purplme.com/variants/31/variations/448/?format=api", "variant": { "id": 31, "url": "https://api.purplme.com/variants/31/?format=api", "name": "Type" }, "value": "Pattern" } ], "price": { "currency": "USD", "value": "18.00" }, "order_fields": [], "images": "https://api.purplme.com/products/76/variations/884/images/?format=api", "is_available_for_sale": true, "is_visible": true, "inventory": { "managed": false, "available": null }, "datetime_created": "2026-03-30T10:10:35.416732Z", "datetime_updated": "2026-03-30T10:10:35.416749Z" } ] }