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.

Authorization

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

Path Parameters:

  • integrationInstance - The ID of the integration instance

Behavior:

  • Dispatches a background job 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

OK

Response Headers
    Content-Type