Ever Connect
v1.4.0中文·EN·한국어Sign inRequest access
Products

Products in one warehouse (deduplicated by style code, with prices)

GET/api/v1/productsToken requiredproduct:read30 pts

Query parameters

NameTypeDescription
warehouse_code requiredstringWarehouse code: AU (Australia, all warehouses — aggregate view), AUSYD2 (Sydney main, Rosehill), AUSYD1 (Sydney accessories), CN (China, all warehouses — aggregate view), CHNZJ1 (Zhenjiang). Full list: GET /api/v1/warehouses.
searchstringSearch keyword (optional); fuzzy match on style code or product name.
max length 128
business_typestringBusiness type (optional): wholesale or dropship. Omitted = both.
pagenumberPage number, from 1 (optional). Whole-warehouse stock returns everything when omitted — 30,000+ rows, paging recommended.
min 1
page_sizenumberRows per page (optional), max 2000.
1–2000

Response

The envelope is decided by the HTTP status alone: 2xx with { data: … } (lists also carry page / page_size / has_more or total_count); 4xx / 5xx with { error: { code, message, hint, request_id, doc_url } }.