Reports

Stock on Hand report

This endpoint provides a list of all category, brand, supplier and inventory product IDs for the current site.

get/inventory/inventory-ids

Query parameters

site_idstring uuid required

Filter stock on hand by site.

Response

The list of inventory IDs for the current site.

Example response

{
  "data": [
    {
      "name": "Blissful Body Butter",
      "type": "product"
    }
  ]
}

Changes