View set for model Product.

GET /products/?format=api&offset=40&ordering=id
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=id",
    "results": [
        {
            "id": 66,
            "url": "https://api.purplme.com/products/66/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "categories": [
                {
                    "id": 7,
                    "url": "https://api.purplme.com/categories/7/?format=api",
                    "name": "Gaming"
                }
            ],
            "name": "Xbox Game Pass Gift Card",
            "description": "",
            "extra_data": {},
            "variations": "https://api.purplme.com/products/66/variations/?format=api",
            "options": "https://api.purplme.com/products/66/options/?format=api",
            "brand": {
                "id": 39,
                "url": "https://api.purplme.com/brands/39/?format=api",
                "name": "Xbox",
                "images": "https://api.purplme.com/brands/39/images/?format=api"
            },
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:17:04.682126Z",
            "datetime_updated": "2025-08-29T13:17:04.682140Z"
        },
        {
            "id": 68,
            "url": "https://api.purplme.com/products/68/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "categories": [
                {
                    "id": 7,
                    "url": "https://api.purplme.com/categories/7/?format=api",
                    "name": "Gaming"
                }
            ],
            "name": "Yalla Recharge",
            "description": "",
            "extra_data": {},
            "variations": "https://api.purplme.com/products/68/variations/?format=api",
            "options": "https://api.purplme.com/products/68/options/?format=api",
            "brand": {
                "id": 40,
                "url": "https://api.purplme.com/brands/40/?format=api",
                "name": "Yalla Ludo",
                "images": "https://api.purplme.com/brands/40/images/?format=api"
            },
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T13:17:09.148997Z",
            "datetime_updated": "2025-08-29T13:17:09.149010Z"
        }
    ]
}