View set for model Product.

GET /products/?format=api&offset=40
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",
    "results": [
        {
            "id": 13,
            "url": "https://api.purplme.com/products/13/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "categories": [
                {
                    "id": 3,
                    "url": "https://api.purplme.com/categories/3/?format=api",
                    "name": "Shopping"
                }
            ],
            "name": "Amazon.com Gift Card",
            "description": "",
            "extra_data": {},
            "variations": "https://api.purplme.com/products/13/variations/?format=api",
            "options": "https://api.purplme.com/products/13/options/?format=api",
            "brand": {
                "id": 3,
                "url": "https://api.purplme.com/brands/3/?format=api",
                "name": "Amazon",
                "images": "https://api.purplme.com/brands/3/images/?format=api"
            },
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T10:46:15.103193Z",
            "datetime_updated": "2025-08-29T10:46:15.103207Z"
        },
        {
            "id": 12,
            "url": "https://api.purplme.com/products/12/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "categories": [
                {
                    "id": 2,
                    "url": "https://api.purplme.com/categories/2/?format=api",
                    "name": "Mobile"
                }
            ],
            "name": "Alfa Prepaid",
            "description": "",
            "extra_data": {},
            "variations": "https://api.purplme.com/products/12/variations/?format=api",
            "options": "https://api.purplme.com/products/12/options/?format=api",
            "brand": {
                "id": 2,
                "url": "https://api.purplme.com/brands/2/?format=api",
                "name": "Alfa",
                "images": "https://api.purplme.com/brands/2/images/?format=api"
            },
            "is_available_for_sale": true,
            "datetime_created": "2025-08-29T10:46:14.561511Z",
            "datetime_updated": "2025-09-04T13:39:49.898175Z"
        }
    ]
}