View set for the model ProductVariation.

GET /products/50/variations/?format=api&offset=50&ordering=datetime_updated
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 49,
    "next": null,
    "previous": "https://api.purplme.com/products/50/variations/?format=api&limit=10&offset=40&ordering=datetime_updated",
    "results": []
}