View set for model Product.

GET /products/?format=api&offset=40&ordering=datetime_updated
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=datetime_updated",
    "results": [
        {
            "id": 25,
            "url": "https://api.purplme.com/products/25/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "categories": [
                {
                    "id": 4,
                    "url": "https://api.purplme.com/categories/4/?format=api",
                    "name": "Streaming"
                }
            ],
            "name": "Prime Video",
            "description": "",
            "extra_data": {},
            "variations": "https://api.purplme.com/products/25/variations/?format=api",
            "options": "https://api.purplme.com/products/25/options/?format=api",
            "brand": {
                "id": 42,
                "url": "https://api.purplme.com/brands/42/?format=api",
                "name": "Amazon Prime Video",
                "images": "https://api.purplme.com/brands/42/images/?format=api"
            },
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:14:59.324352Z",
            "datetime_updated": "2025-09-12T12:53:39.790681Z"
        },
        {
            "id": 54,
            "url": "https://api.purplme.com/products/54/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "categories": [
                {
                    "id": 4,
                    "url": "https://api.purplme.com/categories/4/?format=api",
                    "name": "Streaming"
                }
            ],
            "name": "Shahid Subscription",
            "description": "",
            "extra_data": {},
            "variations": "https://api.purplme.com/products/54/variations/?format=api",
            "options": "https://api.purplme.com/products/54/options/?format=api",
            "brand": {
                "id": 43,
                "url": "https://api.purplme.com/brands/43/?format=api",
                "name": "Shahid",
                "images": "https://api.purplme.com/brands/43/images/?format=api"
            },
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:16:39.006896Z",
            "datetime_updated": "2025-09-12T12:59:21.590438Z"
        }
    ]
}