Skip to main content
GET
/
v1
/
user
/
store
/
{storeId}
/
products
/
inventory
/
low-stock
Get Low Stock Products
curl --request GET \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/products/inventory/low-stock

Path Parameters

storeId
string
required

Query Parameters

threshold
integer

Stock threshold for low stock alert (default: 10)

page
string

Page number (default: 1)

limit
string

Items per page (default: 20)

Response

200 - application/json

Successful response