Skip to main content

Get Faire Inventory Summary

GET 

/api/faire/instances/:integrationInstance/inventory/summary

Get aggregate inventory sync statistics for a Faire integration instance, computed from the same cached snapshot as the inventory list.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Path Parameters:

  • integrationInstance - The ID of the integration instance

Response:

  • total_items - Total listings tracked for this instance
  • in_sync - Listings whose SKU.io and Faire quantities match
  • with_variance - Listings whose quantities differ (would be included in the next push)
  • needs_recalculation - Listings whose SKU.io quantity is flagged as stale
  • in_stock - Listings with a positive quantity on Faire (relevant for FBF instances)
  • out_of_stock - Listings with zero quantity on Faire (relevant for FBF instances)
  • last_fetch_at - Most recent time a quantity was fetched from Faire (null if never)
  • last_sync_at - Most recent time a quantity was pushed to Faire (null if never)
  • needs_update - Legacy alias of with_variance
  • never_fetched - Listings whose Faire quantity has never been fetched

If the instance has no sales channel yet, all counts return 0 and the timestamps return null.

Request

Responses

OK

Response Headers
    Content-Type