Skip to main content

Get Inventory Changes

GET 

/api/veracore/integration-instances/:integration_instance/inventory-changes

Paginated ledger of observed inventory changes for an integration instance, newest first.

Veracore publishes no movement feed, so each row is the difference between two consecutive snapshots — an observation, never a warehouse transaction. Treat these as observed changes, not as inventory movements, and do not reconcile them against a movement ledger.

Searchfilter[search] matches the Veracore item code.

Filterable columns

  • Text: veracore_product_id, source
  • Numeric: id, previous_on_hand, new_on_hand, previous_available, new_available, delta
  • Date/time: changed_at, created_at, updated_at
  • Bespoke: filter[sku_warehouse_id] (id or array of ids), filter[direction] (increase or decrease)

Sortable columnsid, veracore_product_id, previous_on_hand, new_on_hand, previous_available, new_available, delta, source, changed_at, created_at, updated_at. Prefix with - for descending. Defaults to -changed_at.

Filters use filter[column.operator]=value; the bare key filter[column]=value is an implicit is.

  • Text operators: contains, does_not_contain, is, is_not, is_one_of, is_not_one_of, starts_with, does_not_start_with, ends_with, does_not_end_with, is_empty, is_not_empty
  • Numeric operators: is, is_not, is_one_of, is_not_one_of, greater_than, less_than, greater_than_or_equal, less_than_or_equal, between, is_empty, is_not_empty
  • Date operators: is, is_not, before, after, on_or_before, on_or_after, between, is_empty, is_not_empty, today, yesterday, tomorrow, past_week, past_month, past_year, next_week, next_month, next_year, days_ago, days_from_now, past_days, next_days

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type