Inventory
List inventory levels for a single product.
Returns a paginated list of inventory levels for a single product.
🔒 Requires: inventory:read scope
get/inventory_levels/{product_id}
Path parameters
product_idstring uuid required
The product to fetch inventory levels for.
Query parameters
include_inactiveboolean
Whether to include inactive products in the response.