Chaque mise à jour API, sortie SDK et amélioration plateforme. Au même endroit.
async with shopflow.AsyncClient(key) as sf:
products = await sf.products.list()Pagination format changed from offset-based to cursor-based. Update your API calls before Mar 1, 2026.
{
"data": [...],
"pagination": {
"cursor": "cur_01HXYZ",
"hasMore": true,
"limit": 20
}
}Security update. Update immediately.
Soyez notifié quand nous livrons de nouvelles fonctionnalités, corrigeons des bugs ou publions des changements cassants.