GET /api/company/products/?format=api&offset=1278&ordering=name
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1279,
    "next": null,
    "previous": "https://ziraisulama.com/api/company/products/?format=api&limit=18&offset=1260&ordering=name",
    "results": [
        {
            "id": 1261,
            "images": [
                {
                    "image": "https://ziraisulama.com/media/images/site_31/10/yesil-damlatici.webp",
                    "alt_text": "Yeşil Debi Ayarlı Damlatıcı 0-100 Lt/h"
                }
            ],
            "name": "Yeşil Debi Ayarlı Damlatıcı 0-100 Lt/h",
            "slug": "yesil-debi-ayarli-damlatici-0-100-lth",
            "description": "Yeşil Debi Ayarlı Damlatıcı 0-100 Lt/h",
            "price": "38.14",
            "stock": 100,
            "created_at": "2024-11-16T22:03:55",
            "updated_at": "2024-11-19T12:15:55.022613",
            "site": 31,
            "category": 4,
            "subcategory": null,
            "brand": 3
        }
    ]
}