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

Build a product feed (Google Merchant spec — this is also the bulk export): produces csv / xml / json in one go and stores them for scheduled fetch

GET/api/v1/feeds/productsToken requiredproduct:read1 pt

Build a product feed (Google Merchant spec — this is also the bulk export): produces csv / xml / json in one go and stores them for scheduled fetch. Requires an OMS account login: only an OMS session can return YOUR channel price, and a feed built from the master price would have you selling at the wrong price.

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.
formatstringcsv(默认)/ xml / json
max length 8
link_templatestring你站上的商品页地址模板,里面用 {product_code} 或 {sku} 占位,我们替你拼。不给就不出 link,而 link 是必填项
max length 300
image_basestring图片链接的绝对前缀。不给用服务端配置。必须走加密链接(TLS),明文图片链接各平台基本都会拒
max length 200
rebuildboolean强制重拼。不会再给你旧的那份 —— 回 202,拼好了再来取

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 } }.