by Nhi Ngo | Mar 31, 2026 | Engineering Deep Dives
You know the classic debugging ritual: Something breaks on a marketplace at 02:00. You open logs. You search for an order ID. You find five different “order IDs” because *everything* uses a different identifier. You start guessing. It’s a proud tradition. It’s also…...
by Marc Costea | Feb 28, 2026 | Product Updates
A platform reaches a certain point where “features” aren’t the bottleneck anymore. Operations is. You can have the best pipeline logic in the world, but if teams can’t: manage credentials safely inspect and control queue storages configure routing logic without fear...
by Dinh Vo | Jan 31, 2026 | Product Updates
Every integration engineer has done this dance: change a mapping run the pipeline wait see a failure change a field run again wait again discover the failure is in a completely different step It’s not that we love it. It’s just how pipelines have traditionally been...
by Tuyen Nguyen | Dec 31, 2025 | Product Updates
Commerce marketplaces are not playgrounds. If you’ve integrated with them long enough, you learn a cautious habit: Never create or overwrite things by accident. December’s connector work embraces that cautious, battle-earned mindset with an important milestone:...
by Man T. Huu | Nov 30, 2025 | Product Updates
Every integration platform eventually faces the same moment. A pipeline fails in production. Not in a “dev environment” way. In a “customers are waiting and the marketplace clock is ticking” way. At that moment, the platform needs two qualities: Honest error handling...
by Carina Müller | Oct 31, 2025 | Product Updates
There’s a reason airports don’t hand you your suitcase and say: “Please carry this through every checkpoint yourself.” They give you a claim ticket. That’s the essence of the Claim Check pattern – a classic enterprise integration trick that becomes increasingly...
by Levent Yaman | Sep 30, 2025 | Product Updates
The oldest automation tool in the world is… time. Before servers, before cron, before CI/CD, we had: “do this every day” “run this every 15 minutes” “send a report on Monday morning” “wake me up if something breaks” Commerce operations still run on those rhythms. So...
by Tho Duong | Aug 31, 2025 | Product Updates
Batches are great. But once you start batching, you immediately meet two new questions: How do we ship the batch efficiently to a connector? How do we route different items (or batches) differently without writing custom code? August’s work tackles both with two...
by Thien Trinh Duc | Jul 31, 2025 | Product Updates
The oldest trick in commerce operations is also one of the smartest: Don’t ship boxes one by one when you can ship a pallet. Real-time is great – when you need it. But experienced teams know that many workflows are better when they run in controlled batches:...
by Tuyen Nguyen | Jun 30, 2025 | Product Updates
Building a pipeline is easy. Building a pipeline that behaves sensibly when the real world misbehaves… that’s where the craft lives. External APIs time out. One branch finishes fast, another crawls. A connector returns a 500 for 3 minutes and then pretends nothing...