View set for model Product.

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

{
    "count": 42,
    "next": null,
    "previous": "https://api.purplme.com/products/?format=api&limit=10&offset=30&ordering=-brand__name",
    "results": [
        {
            "id": 21,
            "url": "https://api.purplme.com/products/21/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "categories": [
                {
                    "id": 1,
                    "url": "https://api.purplme.com/categories/1/?format=api",
                    "name": "App stores"
                }
            ],
            "name": "Adobe Photoshop & Premiere Elements 2025",
            "description": "",
            "extra_data": {},
            "variations": "https://api.purplme.com/products/21/variations/?format=api",
            "options": "https://api.purplme.com/products/21/options/?format=api",
            "brand": {
                "id": 1,
                "url": "https://api.purplme.com/brands/1/?format=api",
                "name": "Adobe",
                "images": "https://api.purplme.com/brands/1/images/?format=api"
            },
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:14:49.915488Z",
            "datetime_updated": "2025-08-29T13:14:49.915500Z"
        },
        {
            "id": 24,
            "url": "https://api.purplme.com/products/24/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "categories": [
                {
                    "id": 1,
                    "url": "https://api.purplme.com/categories/1/?format=api",
                    "name": "App stores"
                }
            ],
            "name": "Adobe Premiere Pro",
            "description": "",
            "extra_data": {},
            "variations": "https://api.purplme.com/products/24/variations/?format=api",
            "options": "https://api.purplme.com/products/24/options/?format=api",
            "brand": {
                "id": 1,
                "url": "https://api.purplme.com/brands/1/?format=api",
                "name": "Adobe",
                "images": "https://api.purplme.com/brands/1/images/?format=api"
            },
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:14:50.874291Z",
            "datetime_updated": "2025-08-29T13:14:50.874305Z"
        }
    ]
}