Skip to main content

List Faire Instances

GET 

/api/faire/instances

List all Faire integration instances for this account.

Response: Returns a collection of Faire integration instances. Each instance includes:

  • id - Internal instance ID
  • name - Display name for the instance
  • is_active - Whether the instance is active
  • fulfillment_mode - Fulfillment mode: fbm (fulfilled by merchant) or fbf (fulfilled by Faire)
  • order_import_start_date - Date from which orders are imported
  • warehouse_id - Linked internal warehouse ID
  • last_orders_sync - ISO timestamp of last order sync
  • last_products_sync - ISO timestamp of last product sync
  • created_at / updated_at - ISO timestamps

Request

Responses

Successful response