Private Document Upload API
Private document upload API built with Node.js and Express, handling multipart uploads to cloud storage with CORS and API authentication.
Node.js scripts that export a full BigCommerce catalog — products and their images — and move it into a destination store, matching by SKU rather than by internal ID.
A catalog move is mostly an images problem. Product records export cleanly; the media attached to them does not, because image URLs point at the source store and expire with it. The tooling here downloads every product image to disk during the export, then re-uploads it against the destination product matched by SKU — so the destination ends up with its own copies rather than hotlinks into a store that is about to be switched off. The export runs against the BigCommerce v3 API with pagination, so a large catalog completes rather than timing out halfway.
Private document upload API built with Node.js and Express, handling multipart uploads to cloud storage with CORS and API authentication.
A Node.js and Express service layer sitting between more than one storefront and the systems behind them — Shopify APIs, Google APIs and the shared operations each store would otherwise reimplement.
A Node.js ecommerce API estate moved off Heroku dynos onto serverless containers on Google Cloud Run, with a reproducible build, managed secrets and an identity per service.
Tell us your goals and current setup — we'll come back with a clear, honest plan.