Alle Lieferanten Ihrer Organisation abrufen
OptionalDocumentation Index
Fetch the complete documentation index at: https://developers.scango.ch/llms.txt
Use this file to discover all available pages before exploring further.
limit (1–5000, Standard 100) begrenzt die Anzahl der Lieferanten. Die Antwort-meta enthält total, returned und limit. Siehe Einführung.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of suppliers to return. Integer 1–5000. Default 100.
1 <= x <= 5000List of suppliers with meta.
Included on every list response. returned is the length of data. For Firestore-backed lists (/products without q, /orders, /suppliers, /categories), total equals returned for that response (the API does not return a separate full match count). For product search with q, total is the search index’s estimated number of matching documents. limit is the applied page size (query default 100, maximum 5000; search with q caps the effective page size at 250). offset is only used for product search with q.