GET /api/products/14731/stockrecords/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 8563,
"partner_sku": "513801012026",
"price_currency": "GBP",
"price_excl_tax": "139.12",
"price_retail": "139.12",
"cost_price": "139.12",
"num_in_stock": 1000,
"num_allocated": null,
"low_stock_threshold": 1,
"date_created": "2026-01-10T16:17:08.737163Z",
"date_updated": "2026-02-12T07:19:50.872750Z",
"product": 14731,
"partner": 4
}
]
}