Every API update, SDK release, and platform improvement. In one place.
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.
Get notified when we ship new features, fix bugs, or release breaking changes.