get_inventory_history

Updated May 21, 20261 min read

Get inventory event history for a single product via GET /inventory-events/product-id/{product-id}. Use select with json-mask syntax to return only required fields.

Parameters

NameTypeRequiredDescription
product_idstringYesProduct ID whose inventory event history should be fetched.
tenantIdstringYes
selectstringNojson-mask expression to filter response fields.

Example agent prompt

"Run get_inventory_history."

get_inventory_history(
  tenantId="…",
  product_id="PROD-1234"
)