Skip to main content

Sync Inventory

POST 

/api/faire/instances/:integrationInstance/sync-inventory

Trigger an inventory sync to push current inventory levels to Faire for a specific integration instance.

Path Parameters:

  • integrationInstance - The ID of the integration instance

Behavior:

  • Dispatches a background job (SyncFaireInventoryJob) immediately
  • The job reads current inventory from the linked warehouse and pushes levels to the Faire API for each product variant
  • Progress can be tracked via the returned tracked_job_log_id

Response: Returns immediately with a tracked job log ID.

Request

Responses

Successful response