List suppliers
Archived suppliers are left out unless archived=true (only archived) or archived=all.
next_cursor from the previous page. A cursor that cannot be read is 400 invalid_cursor.truefalseallcurl "https://api.stockroom.app/v2/suppliers" \
-H "Authorization: Bearer $STOCKROOM_KEY"{
"data": [
{
"id": 7,
"name": "Acme",
"company_name": null,
"type": null,
"contact_name": null,
"email": "orders@acme.example",
"email_cc": [],
"phone": null,
"currency": "USD",
"account_number": null,
"location_account_numbers": {},
"lead_time_days": 10,
"payment_terms": null,
"min_order_value": null,
"free_freight_threshold": null,
"taxable": true,
"ships_direct": false,
"auto_restock": false,
"exclude_from_reorder": false,
"default_updates_stock": null,
"address": {
"line1": null,
"line2": null,
"city": null,
"province": null,
"zip": null,
"country": null
},
"bill_to_address": null,
"notes": null,
"match_vendors": [],
"match_tags": [],
"match_exclude_tags": [],
"dropship_tags": [],
"archived": false,
"archived_at": null,
"merged_into_id": null,
"created_at": "2026-09-01T14:02:11Z",
"updated_at": "2026-09-01T14:02:11Z"
}
],
"next_cursor": "eyJpZCI6MTA0Mn0",
"has_more": true
}