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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 234,
            "partner_sku": "009639011",
            "price_currency": "GBP",
            "price_excl_tax": "8.99",
            "price_retail": "8.99",
            "cost_price": "8.99",
            "num_in_stock": 100000,
            "num_allocated": null,
            "low_stock_threshold": 10,
            "date_created": "2024-10-09T06:34:24.331428Z",
            "date_updated": "2024-10-09T06:34:24.331458Z",
            "product": 255,
            "partner": 1
        }
    ]
}