List suppliers
Cursor-paginated list of the tenant’s suppliers (excluding the hidden Default supplier and archived rows). Use the returned supplierId values when referencing suppliers on the products endpoint — for example to scope a per-variant supplier list or to set per-(variant, supplier) minimum order quantities (MOQ).
Requires the suppliers:read scope.
GET
/api/v1/suppliersAuthorization
AuthorizationBearer token (bloomcount_...) · headerrequiredQuery parameters
fieldsstringComma-separated list of the fields to return, so a caller can ask for the parts of an object it actually uses. A dotted path reaches inside a collection, so `variants.sku` keeps the variants array with only each variant's SKU. The object's own id comes back whether or not it is listed, which keeps a trimmed response addressable. A name that the resource hasn't got returns 422 `unknown_fields:` followed by the names that did not resolve. Omit the parameter for the full object.
cursorstringContinuation cursor from a previous response.
limitintegermin 1 · max 100 · default: 25
qstringCase-insensitive substring search on supplier name.
Responses
200Suppliers page.
itemsListedSupplier[]requiredShow propertiesHide properties
Array of
ListedSuppliersupplierIdstringrequirednamestringrequiredcontactNamestring | nullcontactEmailstring | nullcontactPhonestring | nullwebsitestring | nulladdressstring | nullisDonebooleanrequiredcursorstring | nullrequiredPass this back as `?cursor=` to fetch the next page; `null` when `isDone` is true.
401Missing or invalid API key, or revoked / expired.
errorstringrequired403Authenticated, but the key lacks the required scope or the tenant has no API access.
errorstringrequired429Per-minute rate limit (60/min) or per-month cap exceeded.
errorstringrequired