GET /api/products/3292/stockrecords/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3262,
            "partner_sku": "72527273070",
            "price_currency": "GBP",
            "price_excl_tax": "15.95",
            "price_retail": "15.95",
            "cost_price": "15.95",
            "num_in_stock": 500,
            "num_allocated": null,
            "low_stock_threshold": 10,
            "date_created": "2024-12-27T13:29:53.358177Z",
            "date_updated": "2024-12-27T13:30:10.312217Z",
            "product": 3292,
            "partner": 3
        }
    ]
}